Skip to content

Commit 8da4fb8

Browse files
committed
Create LissajousCurveViewController.swift
1 parent 86c0338 commit 8da4fb8

File tree

2 files changed

+405
-0
lines changed

2 files changed

+405
-0
lines changed

AAInfographicsDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
84903C9B2DB9F0680029FE5A /* BubbleChartOptionsComposer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84903C9A2DB9F0680029FE5A /* BubbleChartOptionsComposer.swift */; };
121121
84903C9D2DBA0BD20029FE5A /* AAChartView+ScreenRotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84903C9C2DBA0BD20029FE5A /* AAChartView+ScreenRotation.swift */; };
122122
84903CA02DBA24B50029FE5A /* EmojiProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84903C9F2DBA24B50029FE5A /* EmojiProvider.swift */; };
123+
84903CAE2DBA2E5C0029FE5A /* LissajousCurveViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84903CAD2DBA2E5C0029FE5A /* LissajousCurveViewController.swift */; };
123124
84A9FB7E28C9BC0E00240C11 /* AAScatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A9FB7C28C9BC0E00240C11 /* AAScatter.swift */; };
124125
84AE6B1F26A58380001F0755 /* AADateUTCTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AE6B1E26A58380001F0755 /* AADateUTCTool.swift */; };
125126
84B68246266DB09100957FC5 /* AAChartSymbolConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B68245266DB09100957FC5 /* AAChartSymbolConstant.swift */; };
@@ -371,6 +372,7 @@
371372
84903C9A2DB9F0680029FE5A /* BubbleChartOptionsComposer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BubbleChartOptionsComposer.swift; sourceTree = "<group>"; };
372373
84903C9C2DBA0BD20029FE5A /* AAChartView+ScreenRotation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AAChartView+ScreenRotation.swift"; sourceTree = "<group>"; };
373374
84903C9F2DBA24B50029FE5A /* EmojiProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiProvider.swift; sourceTree = "<group>"; };
375+
84903CAD2DBA2E5C0029FE5A /* LissajousCurveViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LissajousCurveViewController.swift; sourceTree = "<group>"; };
374376
84A9FB7C28C9BC0E00240C11 /* AAScatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AAScatter.swift; sourceTree = "<group>"; };
375377
84AE6B1E26A58380001F0755 /* AADateUTCTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AADateUTCTool.swift; sourceTree = "<group>"; };
376378
84B68245266DB09100957FC5 /* AAChartSymbolConstant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AAChartSymbolConstant.swift; sourceTree = "<group>"; };
@@ -645,6 +647,7 @@
645647
84595DE72B4698D600F69273 /* PolarChartOptionsVC.swift */,
646648
8437AE212DB61965003D4D84 /* MixedTypesChartOptionsVC.swift */,
647649
84903C8D2DB8D6A40029FE5A /* EmojiParticleAnimationVC.swift */,
650+
84903CAD2DBA2E5C0029FE5A /* LissajousCurveViewController.swift */,
648651
2DC1178786788013590AD7CC /* BubbleLegendChartOptionsComposer.swift */,
649652
84526E342CF4621D00EB2563 /* XAxisYAxisTypeOptionsComposer.swift */,
650653
8437AE1F2DB5F11C003D4D84 /* MixedTypesChartOptionsComposer.swift */,
@@ -1073,6 +1076,7 @@
10731076
84DEA0D82846013F00D0206F /* CustomTouchEndEventCallbackVC.swift in Sources */,
10741077
44EB70A722BCB606008FECE4 /* JSFunctionForAATooltipVC.swift in Sources */,
10751078
84123BC52DB0AE00003DA7A0 /* AARoundedCornersSeriesElement.swift in Sources */,
1079+
84903CAE2DBA2E5C0029FE5A /* LissajousCurveViewController.swift in Sources */,
10761080
84595DE82B4698D600F69273 /* PolarChartOptionsVC.swift in Sources */,
10771081
84B68246266DB09100957FC5 /* AAChartSymbolConstant.swift in Sources */,
10781082
84790F442CC236C80047C133 /* CustomLargeDateSeriesClickEventCallbackVC.swift in Sources */,

0 commit comments

Comments
 (0)