├── .DS_Store ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── MGDemo ├── .DS_Store ├── MGDemo.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── betaRibbon.png ├── debugRibbon.png ├── resizedBetaRibbon.png ├── resizedRibbon.png └── turnView │ ├── .DS_Store │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── .DS_Store │ │ ├── Contents.json │ │ ├── logo-01.png │ │ ├── logo-03.png │ │ ├── logo-04.png │ │ ├── logo-05.png │ │ ├── logo-06.png │ │ └── 优助3-96.png │ ├── BrandAsset.launchimage │ │ ├── .DS_Store │ │ ├── Contents.json │ │ ├── lauchImage4.7.png │ │ ├── lauchImage5.5.png │ │ ├── lauchImage@2x.png │ │ └── lauchImageRetina.png │ ├── Contents.json │ ├── discoverNav_collectionHeart-1.imageset │ │ ├── Contents.json │ │ └── discoverNav_collectionHeart.png │ ├── discoverNav_collectionHeart.imageset │ │ ├── Contents.json │ │ └── discoverNav_collectionHeart.png │ ├── discoverNav_collectionHeart_6P-1.imageset │ │ ├── Contents.json │ │ └── discoverNav_collectionHeart_6P.png │ ├── discoverNav_collectionHeart_6P.imageset │ │ ├── Contents.json │ │ └── discoverNav_collectionHeart_6P.png │ ├── icon_qq.imageset │ │ ├── Contents.json │ │ └── icon_qq.png │ ├── icons │ │ ├── Contents.json │ │ ├── m_100_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_100_100.png │ │ │ └── m_100_100@2x.png │ │ ├── m_102_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_102_100.png │ │ │ └── m_102_100@2x.png │ │ ├── m_104_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_104_100.png │ │ │ └── m_104_100@2x.png │ │ ├── m_107_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_107_100.png │ │ │ └── m_107_100@2x.png │ │ ├── m_109_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_109_100.png │ │ │ └── m_109_100@2x.png │ │ ├── m_10_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_10_100.png │ │ │ └── m_10_100@2x.png │ │ ├── m_110_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_110_100.png │ │ │ └── m_110_100@2x.png │ │ ├── m_111_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_111_100.png │ │ │ └── m_111_100@2x.png │ │ ├── m_112_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_112_100.png │ │ │ └── m_112_100@2x.png │ │ ├── m_113_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_113_100.png │ │ │ └── m_113_100@2x.png │ │ ├── m_115_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_115_100.png │ │ │ └── m_115_100@2x.png │ │ ├── m_127_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_127_100.png │ │ │ └── m_127_100@2x.png │ │ ├── m_128_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_128_100.png │ │ │ └── m_128_100@2x.png │ │ ├── m_129_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_129_100.png │ │ │ └── m_129_100@2x.png │ │ ├── m_133_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_133_100.png │ │ │ └── m_133_100@2x.png │ │ ├── m_135_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_135_100.png │ │ │ └── m_135_100@2x.png │ │ ├── m_136_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_136_100.png │ │ │ └── m_136_100@2x.png │ │ ├── m_138_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_138_100.png │ │ │ └── m_138_100@2x.png │ │ ├── m_13_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_13_100.png │ │ │ └── m_13_100@2x.png │ │ ├── m_140_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_140_100.png │ │ │ └── m_140_100@2x.png │ │ ├── m_141_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_141_100.png │ │ │ └── m_141_100@2x.png │ │ ├── m_142_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_142_100.png │ │ │ └── m_142_100@2x.png │ │ ├── m_143_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_143_100.png │ │ │ └── m_143_100@2x.png │ │ ├── m_144_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_144_100.png │ │ │ └── m_144_100@2x.png │ │ ├── m_145_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_145_100.png │ │ │ └── m_145_100@2x.png │ │ ├── m_146_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_146_100.png │ │ │ └── m_146_100@2x.png │ │ ├── m_147_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_147_100.png │ │ │ └── m_147_100@2x.png │ │ ├── m_148_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_148_100.png │ │ │ └── m_148_100@2x.png │ │ ├── m_149_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_149_100.png │ │ │ └── m_149_100@2x.png │ │ ├── m_14_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_14_100.png │ │ │ └── m_14_100@2x.png │ │ ├── m_150_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_150_100.png │ │ │ └── m_150_100@2x.png │ │ ├── m_152_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_152_100.png │ │ │ └── m_152_100@2x.png │ │ ├── m_153_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_153_100.png │ │ │ └── m_153_100@2x.png │ │ ├── m_155_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_155_100.png │ │ │ └── m_155_100@2x.png │ │ ├── m_156_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_156_100.png │ │ │ └── m_156_100@2x.png │ │ ├── m_157_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_157_100.png │ │ │ └── m_157_100@2x.png │ │ ├── m_159_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_159_100.png │ │ │ └── m_159_100@2x.png │ │ ├── m_15_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_15_100.png │ │ │ └── m_15_100@2x.png │ │ ├── m_161_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_161_100.png │ │ │ └── m_161_100@2x.png │ │ ├── m_163_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_163_100.png │ │ │ └── m_163_100@2x.png │ │ ├── m_164_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_164_100.png │ │ │ └── m_164_100@2x.png │ │ ├── m_165_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_165_100.png │ │ │ └── m_165_100@2x.png │ │ ├── m_166_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_166_100.png │ │ │ └── m_166_100@2x.png │ │ ├── m_167_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_167_100.png │ │ │ └── m_167_100@2x.png │ │ ├── m_168_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_168_100.png │ │ │ └── m_168_100@2x.png │ │ ├── m_16_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_16_100.png │ │ │ └── m_16_100@2x.png │ │ ├── m_170_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_170_100.png │ │ │ └── m_170_100@2x.png │ │ ├── m_171_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_171_100.png │ │ │ └── m_171_100@2x.png │ │ ├── m_172_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_172_100.png │ │ │ └── m_172_100@2x.png │ │ ├── m_174_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_174_100.png │ │ │ └── m_174_100@2x.png │ │ ├── m_179_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_179_100.png │ │ │ └── m_179_100@2x.png │ │ ├── m_17_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_17_100.png │ │ │ └── m_17_100@2x.png │ │ ├── m_180_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_180_100.png │ │ │ └── m_180_100@2x.png │ │ ├── m_181_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_181_100.png │ │ │ └── m_181_100@2x.png │ │ ├── m_182_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_182_100.png │ │ │ └── m_182_100@2x.png │ │ ├── m_183_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_183_100.png │ │ │ └── m_183_100@2x.png │ │ ├── m_186_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_186_100.png │ │ │ └── m_186_100@2x.png │ │ ├── m_188_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_188_100.png │ │ │ └── m_188_100@2x.png │ │ ├── m_189_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_189_100.png │ │ │ └── m_189_100@2x.png │ │ ├── m_18_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_18_100.png │ │ │ └── m_18_100@2x.png │ │ ├── m_190_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_190_100.png │ │ │ └── m_190_100@2x.png │ │ ├── m_194_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_194_100.png │ │ │ └── m_194_100@2x.png │ │ ├── m_195_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_195_100.png │ │ │ └── m_195_100@2x.png │ │ ├── m_196_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_196_100.png │ │ │ └── m_196_100@2x.png │ │ ├── m_197_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_197_100.png │ │ │ └── m_197_100@2x.png │ │ ├── m_199_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_199_100.png │ │ │ └── m_199_100@2x.png │ │ ├── m_19_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_19_100.png │ │ │ └── m_19_100@2x.png │ │ ├── m_200_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_200_100.png │ │ │ └── m_200_100@2x.png │ │ ├── m_201_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_201_100.png │ │ │ └── m_201_100@2x.png │ │ ├── m_202_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_202_100.png │ │ │ └── m_202_100@2x.png │ │ ├── m_203_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_203_100.png │ │ │ └── m_203_100@2x.png │ │ ├── m_204_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_204_100.png │ │ │ └── m_204_100@2x.png │ │ ├── m_205_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_205_100.png │ │ │ └── m_205_100@2x.png │ │ ├── m_208_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_208_100.png │ │ │ └── m_208_100@2x.png │ │ ├── m_209_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_209_100.png │ │ │ └── m_209_100@2x.png │ │ ├── m_211_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_211_100.png │ │ │ └── m_211_100@2x.png │ │ ├── m_212_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_212_100.png │ │ │ └── m_212_100@2x.png │ │ ├── m_21_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_21_100.png │ │ │ └── m_21_100@2x.png │ │ ├── m_25_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_25_100.png │ │ │ └── m_25_100@2x.png │ │ ├── m_26_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_26_100.png │ │ │ └── m_26_100@2x.png │ │ ├── m_27_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_27_100.png │ │ │ └── m_27_100@2x.png │ │ ├── m_28_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_28_100.png │ │ │ └── m_28_100@2x.png │ │ ├── m_29_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_29_100.png │ │ │ └── m_29_100@2x.png │ │ ├── m_2_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_2_100.png │ │ │ └── m_2_100@2x.png │ │ ├── m_30_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_30_100.png │ │ │ └── m_30_100@2x.png │ │ ├── m_31_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_31_100.png │ │ │ └── m_31_100@2x.png │ │ ├── m_32_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_32_100.png │ │ │ └── m_32_100@2x.png │ │ ├── m_33_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_33_100.png │ │ │ └── m_33_100@2x.png │ │ ├── m_35_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_35_100.png │ │ │ └── m_35_100@2x.png │ │ ├── m_36_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_36_100.png │ │ │ └── m_36_100@2x.png │ │ ├── m_37_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_37_100.png │ │ │ └── m_37_100@2x.png │ │ ├── m_38_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_38_100.png │ │ │ └── m_38_100@2x.png │ │ ├── m_39_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_39_100.png │ │ │ └── m_39_100@2x.png │ │ ├── m_3_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_3_100.png │ │ │ └── m_3_100@2x.png │ │ ├── m_40_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_40_100.png │ │ │ └── m_40_100@2x.png │ │ ├── m_41_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_41_100.png │ │ │ └── m_41_100@2x.png │ │ ├── m_42_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_42_100.png │ │ │ └── m_42_100@2x.png │ │ ├── m_43_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_43_100.png │ │ │ └── m_43_100@2x.png │ │ ├── m_45_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_45_100.png │ │ │ └── m_45_100@2x.png │ │ ├── m_48_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_48_100.png │ │ │ └── m_48_100@2x.png │ │ ├── m_49_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_49_100.png │ │ │ └── m_49_100@2x.png │ │ ├── m_4_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_4_100.png │ │ │ └── m_4_100@2x.png │ │ ├── m_50_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_50_100.png │ │ │ └── m_50_100@2x.png │ │ ├── m_51_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_51_100.png │ │ │ └── m_51_100@2x.png │ │ ├── m_52_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_52_100.png │ │ │ └── m_52_100@2x.png │ │ ├── m_53_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_53_100.png │ │ │ └── m_53_100@2x.png │ │ ├── m_57_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_57_100.png │ │ │ └── m_57_100@2x.png │ │ ├── m_58_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_58_100.png │ │ │ └── m_58_100@2x.png │ │ ├── m_59_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_59_100.png │ │ │ └── m_59_100@2x.png │ │ ├── m_5_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_5_100.png │ │ │ └── m_5_100@2x.png │ │ ├── m_60_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_60_100.png │ │ │ └── m_60_100@2x.png │ │ ├── m_63_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_63_100.png │ │ │ └── m_63_100@2x.png │ │ ├── m_67_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_67_100.png │ │ │ └── m_67_100@2x.png │ │ ├── m_6_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_6_100.png │ │ │ └── m_6_100@2x.png │ │ ├── m_71_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_71_100.png │ │ │ └── m_71_100@2x.png │ │ ├── m_75_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_75_100.png │ │ │ └── m_75_100@2x.png │ │ ├── m_76_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_76_100.png │ │ │ └── m_76_100@2x.png │ │ ├── m_77_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_77_100.png │ │ │ └── m_77_100@2x.png │ │ ├── m_78_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_78_100.png │ │ │ └── m_78_100@2x.png │ │ ├── m_79_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_79_100.png │ │ │ └── m_79_100@2x.png │ │ ├── m_7_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_7_100.png │ │ │ └── m_7_100@2x.png │ │ ├── m_80_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_80_100.png │ │ │ └── m_80_100@2x.png │ │ ├── m_81_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_81_100.png │ │ │ └── m_81_100@2x.png │ │ ├── m_82_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_82_100.png │ │ │ └── m_82_100@2x.png │ │ ├── m_83_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_83_100.png │ │ │ └── m_83_100@2x.png │ │ ├── m_84_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_84_100.png │ │ │ └── m_84_100@2x.png │ │ ├── m_85_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_85_100.png │ │ │ └── m_85_100@2x.png │ │ ├── m_86_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_86_100.png │ │ │ └── m_86_100@2x.png │ │ ├── m_87_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_87_100.png │ │ │ └── m_87_100@2x.png │ │ ├── m_89_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_89_100.png │ │ │ └── m_89_100@2x.png │ │ ├── m_8_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_8_100.png │ │ │ └── m_8_100@2x.png │ │ ├── m_91_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_91_100.png │ │ │ └── m_91_100@2x.png │ │ ├── m_92_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_92_100.png │ │ │ └── m_92_100@2x.png │ │ ├── m_93_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_93_100.png │ │ │ └── m_93_100@2x.png │ │ ├── m_94_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_94_100.png │ │ │ └── m_94_100@2x.png │ │ ├── m_95_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_95_100.png │ │ │ └── m_95_100@2x.png │ │ ├── m_96_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_96_100.png │ │ │ └── m_96_100@2x.png │ │ ├── m_97_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_97_100.png │ │ │ └── m_97_100@2x.png │ │ ├── m_98_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_98_100.png │ │ │ └── m_98_100@2x.png │ │ ├── m_99_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_99_100.png │ │ │ └── m_99_100@2x.png │ │ └── m_9_100.imageset │ │ │ ├── Contents.json │ │ │ ├── m_9_100.png │ │ │ └── m_9_100@2x.png │ ├── index_navigation_nearby-1.imageset │ │ ├── Contents.json │ │ └── index_navigation_nearby.png │ ├── index_navigation_nearby.imageset │ │ ├── Contents.json │ │ └── index_navigation_nearby.png │ ├── index_navigation_nearby_6P-1.imageset │ │ ├── Contents.json │ │ └── index_navigation_nearby_6P.png │ ├── index_navigation_nearby_6P.imageset │ │ ├── Contents.json │ │ └── index_navigation_nearby_6P.png │ ├── lol.imageset │ │ ├── Contents.json │ │ ├── lol.jpg │ │ ├── lol@2x.jpg │ │ └── lol@3x.jpg │ ├── menu.imageset │ │ ├── Contents.json │ │ ├── menu.png │ │ ├── menu@2x.png │ │ └── menu@3x.png │ ├── ming1.imageset │ │ ├── 111.jpg │ │ └── Contents.json │ ├── ming2.imageset │ │ ├── 112.jpg │ │ └── Contents.json │ ├── ming3.imageset │ │ ├── 113.jpg │ │ └── Contents.json │ ├── ming4.imageset │ │ ├── 114.jpg │ │ └── Contents.json │ ├── navigationBarBackgroundImage.imageset │ │ ├── Contents.json │ │ ├── navigationBarBackgroundImage@2x.png │ │ └── navigationBarBackgroundImage@3x.png │ ├── navigationButtonReturn.imageset │ │ ├── Contents.json │ │ ├── navigationButtonReturn.png │ │ ├── navigationButtonReturn@2x.png │ │ └── navigationButtonReturn@3x.png │ ├── navigationButtonReturnClick.imageset │ │ ├── Contents.json │ │ ├── navigationButtonReturnClick.png │ │ ├── navigationButtonReturnClick@2x.png │ │ └── navigationButtonReturnClick@3x.png │ ├── set.imageset │ │ ├── Contents.json │ │ ├── set.png │ │ ├── set@2x.png │ │ └── set@3x.png │ └── timo.imageset │ │ ├── Contents.json │ │ └── timo.jpg │ ├── Base.lproj │ └── Main.storyboard │ ├── Class │ ├── .DS_Store │ ├── Animation │ │ ├── C │ │ │ ├── CustomTransitionViewController.h │ │ │ ├── CustomTransitionViewController.m │ │ │ ├── CustomTransitionViewController.xib │ │ │ ├── MGAllocViewController.h │ │ │ ├── MGAllocViewController.m │ │ │ ├── MGAnimationPushVC.h │ │ │ ├── MGAnimationPushVC.m │ │ │ ├── MGAnimationVC.h │ │ │ ├── MGAnimationVC.m │ │ │ ├── MGDealImageViewController.h │ │ │ ├── MGDealImageViewController.m │ │ │ ├── MGDealImageViewController.xib │ │ │ ├── TimerViewController.h │ │ │ └── TimerViewController.m │ │ └── V │ │ │ ├── CustomAnimateTransitionPop.h │ │ │ ├── CustomAnimateTransitionPop.m │ │ │ ├── CustomAnimateTransitionPush.h │ │ │ ├── CustomAnimateTransitionPush.m │ │ │ ├── HUAnimator │ │ │ ├── HUTransitionAnimator.h │ │ │ ├── HUTransitionAnimator.m │ │ │ ├── HUTransitionGhostAnimator.h │ │ │ ├── HUTransitionGhostAnimator.m │ │ │ ├── HUTransitionHorizontalLinesAnimator.h │ │ │ ├── HUTransitionHorizontalLinesAnimator.m │ │ │ ├── HUTransitionVerticalLinesAnimator.h │ │ │ └── HUTransitionVerticalLinesAnimator.m │ │ │ └── ZBCustomTransitions │ │ │ ├── UIViewController+Animator.h │ │ │ ├── UIViewController+Animator.m │ │ │ ├── ZBFallenBricksAnimator.h │ │ │ └── ZBFallenBricksAnimator.m │ ├── Search │ │ ├── .DS_Store │ │ ├── C │ │ │ ├── MGGIFViewController.h │ │ │ ├── MGGIFViewController.m │ │ │ ├── MGSearchViewController.h │ │ │ ├── MGSearchViewController.m │ │ │ ├── MGTableController.h │ │ │ └── MGTableController.m │ │ ├── M │ │ │ ├── MGCar.h │ │ │ ├── MGCar.m │ │ │ ├── MGCarGroup.h │ │ │ ├── MGCarGroup.m │ │ │ ├── MGCellModel.h │ │ │ ├── MGCellModel.m │ │ │ ├── MGSectionModel.h │ │ │ └── MGSectionModel.m │ │ └── V │ │ │ ├── MGHeadView.h │ │ │ ├── MGHeadView.m │ │ │ ├── MGSearchCell.h │ │ │ ├── MGSearchCell.m │ │ │ ├── TableViewHead.h │ │ │ ├── TableViewHead.m │ │ │ └── TableViewHead.xib │ ├── ming │ │ ├── .DS_Store │ │ ├── C │ │ │ ├── MGAlertController.h │ │ │ ├── MGAlertController.m │ │ │ ├── MGCollectionController.h │ │ │ ├── MGCollectionController.m │ │ │ ├── MGHeadPushViewController.h │ │ │ ├── MGHeadPushViewController.m │ │ │ ├── MGHeaderCollectionVC.h │ │ │ ├── MGHeaderCollectionVC.m │ │ │ ├── MGSelectViewController.h │ │ │ ├── MGSelectViewController.m │ │ │ ├── MGTranstionViewController.h │ │ │ ├── MGTranstionViewController.m │ │ │ ├── MGVideoViewController.h │ │ │ ├── MGVideoViewController.m │ │ │ ├── ViewController.h │ │ │ └── ViewController.m │ │ ├── M │ │ │ ├── MGBodyModel.h │ │ │ ├── MGBodyModel.m │ │ │ ├── MGHomeModel.h │ │ │ └── MGHomeModel.m │ │ ├── Pubuliu │ │ │ ├── Cell │ │ │ │ ├── MGShopCell.h │ │ │ │ ├── MGShopCell.m │ │ │ │ └── MGShopCell.xib │ │ │ ├── Layout │ │ │ │ ├── MGWaterflowLayout.h │ │ │ │ └── MGWaterflowLayout.m │ │ │ └── Model │ │ │ │ ├── MGShopModel.h │ │ │ │ └── MGShopModel.m │ │ └── V │ │ │ ├── MGBodyCell.h │ │ │ ├── MGBodyCell.m │ │ │ ├── MGBodyCell.xib │ │ │ ├── MGHeaderFlowLayout.h │ │ │ ├── MGHeaderFlowLayout.m │ │ │ ├── MGHeaderReusableView.h │ │ │ ├── MGHeaderReusableView.m │ │ │ ├── MGHeaderReusableView.xib │ │ │ ├── MGRmndCell.h │ │ │ ├── MGRmndCell.m │ │ │ └── MGRmndCell.xib │ ├── 折线图 │ │ ├── C │ │ │ ├── MGMapViewController.h │ │ │ ├── MGMapViewController.m │ │ │ ├── MGPolygonVC.h │ │ │ ├── MGPolygonVC.m │ │ │ ├── MGShakeVC.h │ │ │ ├── MGShakeVC.m │ │ │ ├── MGSortViewController.h │ │ │ ├── MGSortViewController.m │ │ │ └── TaskView │ │ │ │ ├── XJLLiveTaskHeaderView.h │ │ │ │ ├── XJLLiveTaskHeaderView.m │ │ │ │ ├── XJLTaskButten.h │ │ │ │ ├── XJLTaskButten.m │ │ │ │ ├── XJLTaskCell.h │ │ │ │ ├── XJLTaskCell.m │ │ │ │ ├── XJLTaskHeaderView.h │ │ │ │ ├── XJLTaskHeaderView.m │ │ │ │ ├── XJLTaskLittleView.h │ │ │ │ ├── XJLTaskLittleView.m │ │ │ │ ├── XJLTaskViewController.h │ │ │ │ ├── XJLTaskViewController.m │ │ │ │ ├── XJLWatchLiveTaskCell.h │ │ │ │ └── XJLWatchLiveTaskCell.m │ │ └── V │ │ │ ├── MGPolygonView.h │ │ │ └── MGPolygonView.m │ └── 玩玩 │ │ ├── C │ │ ├── MGHViewController.h │ │ ├── MGHViewController.m │ │ ├── MGHeTableViewController.h │ │ ├── MGHeTableViewController.m │ │ ├── MGListViewController.h │ │ ├── MGListViewController.m │ │ ├── MGPhotoCollectionViewController.h │ │ ├── MGPhotoCollectionViewController.m │ │ ├── MGRunTimeVC.h │ │ ├── MGRunTimeVC.m │ │ ├── MGWanWanViewController.h │ │ └── MGWanWanViewController.m │ │ ├── M │ │ ├── MGApplication.h │ │ └── MGApplication.m │ │ ├── V │ │ ├── MGHFlowLayout.h │ │ ├── MGHFlowLayout.m │ │ ├── MGPhotoFlowLayout.h │ │ ├── MGPhotoFlowLayout.m │ │ ├── MGScrollLabelView.h │ │ ├── MGScrollLabelView.m │ │ ├── MGScrollViewLabel.h │ │ └── MGScrollViewLabel.m │ │ └── 跑马灯 │ │ ├── MGMarqueeView.h │ │ ├── MGMarqueeView.m │ │ ├── UIColor+LYMExtension.h │ │ ├── UIColor+LYMExtension.m │ │ ├── UIView+LYMExtension.h │ │ ├── UIView+LYMExtension.m │ │ ├── new_home_notice.imageset │ │ ├── Contents.json │ │ ├── new_home_notice@2x.png │ │ └── new_home_notice@3x.png │ │ └── new_notice_close.imageset │ │ ├── Contents.json │ │ ├── new_notice_close@2x.png │ │ └── new_notice_close@3x.png │ ├── Extesion │ ├── MQGradientProgressView.h │ ├── MQGradientProgressView.m │ ├── UIColor+HexColor.h │ ├── UIColor+HexColor.m │ ├── UIImage+Image.h │ ├── UIImage+Image.m │ ├── UIView+Extension.h │ └── UIView+Extension.m │ ├── Info.plist │ ├── MGCategory │ ├── CALayer+PauseAimate.h │ ├── CALayer+PauseAimate.m │ ├── MGBadgeProtocol.h │ ├── MGButton+Delay.h │ ├── MGButton+Delay.m │ ├── MGCategoryHeader.h │ ├── MGDragView │ │ ├── UIView+Drag.h │ │ └── UIView+Drag.m │ ├── MGRefreshGifHeader.h │ ├── MGRefreshGifHeader.m │ ├── MGTopWindow.h │ ├── MGTopWindow.m │ ├── NSObject+FileManager.h │ ├── NSObject+FileManager.m │ ├── NSObject+HUD.h │ ├── NSObject+HUD.m │ ├── NSString+Extension.h │ ├── NSString+Extension.m │ ├── NSTimer+Block.h │ ├── NSTimer+Block.m │ ├── Toast+UIView.h │ ├── Toast+UIView.m │ ├── UIBarButtonItem+Extension.h │ ├── UIBarButtonItem+Extension.m │ ├── UIButton+EnlargeTouchArea.h │ ├── UIButton+EnlargeTouchArea.m │ ├── UIButton+Extension.h │ ├── UIButton+Extension.m │ ├── UIColor+Extension.h │ ├── UIColor+Extension.m │ ├── UIDevice+Extension.h │ ├── UIDevice+Extension.m │ ├── UIGestureRecognizer+Block.h │ ├── UIGestureRecognizer+Block.m │ ├── UIImage+Extension.h │ ├── UIImage+Extension.m │ ├── UIImage+ImageEffects.h │ ├── UIImage+ImageEffects.m │ ├── UIImageView │ │ ├── UIImageView+Extension.h │ │ └── UIImageView+Extension.m │ ├── UINavigationBar+ChangeColor.h │ ├── UINavigationBar+ChangeColor.m │ ├── UINavigationBar+Extension.h │ ├── UINavigationBar+Extension.m │ ├── UITextField+Shake.h │ ├── UITextField+Shake.m │ ├── UIView+LYMExtension.h │ ├── UIView+LYMExtension.m │ ├── UIView+MGBadge.h │ ├── UIView+MGBadge.m │ ├── UIView+SpeedCreat.h │ ├── UIView+SpeedCreat.m │ ├── UIViewController+Utils.h │ ├── UIViewController+Utils.m │ └── ViewController │ │ ├── UIViewController+Extension.h │ │ ├── UIViewController+Extension.m │ │ ├── UIViewController+HUD.h │ │ ├── UIViewController+HUD.m │ │ ├── UIViewController+SLExtension.h │ │ └── UIViewController+SLExtension.m │ ├── MGDemo.pch │ ├── MGDemo.xcdatamodeld │ ├── .xccurrentversion │ └── MGDemo.xcdatamodel │ │ └── contents │ ├── MGNavVC.h │ ├── MGNavVC.m │ ├── OSSImage.h │ ├── OSSImage.m │ ├── ThirdLib │ ├── LLGifView │ │ ├── LLGifImageView.h │ │ ├── LLGifImageView.m │ │ ├── LLGifView.h │ │ └── LLGifView.m │ ├── MBProgressHUD │ │ ├── MBProgressHUD+Add.h │ │ ├── MBProgressHUD+Add.m │ │ ├── MBProgressHUD.h │ │ └── MBProgressHUD.m │ ├── MJExtension │ │ ├── MJArgument.h │ │ ├── MJArgument.m │ │ ├── MJConst.h │ │ ├── MJConst.m │ │ ├── MJExtension.h │ │ ├── MJFoundation.h │ │ ├── MJFoundation.m │ │ ├── MJIvar.h │ │ ├── MJIvar.m │ │ ├── MJMember.h │ │ ├── MJMember.m │ │ ├── MJMethod.h │ │ ├── MJMethod.m │ │ ├── MJType.h │ │ ├── MJType.m │ │ ├── MJTypeEncoding.h │ │ ├── MJTypeEncoding.m │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJCoding.m │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJKeyValue.m │ │ ├── NSObject+MJMember.h │ │ └── NSObject+MJMember.m │ ├── MJRefresh │ │ ├── .DS_Store │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── .DS_Store │ │ │ ├── Footer │ │ │ │ ├── .DS_Store │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ └── arrow@2x.png │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ ├── Masonry │ │ ├── LICENSE │ │ ├── Masonry │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASCompositeConstraint.m │ │ │ ├── MASConstraint+Private.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASConstraint.m │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASConstraintMaker.m │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── MASLayoutConstraint.m │ │ │ ├── MASUtilities.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewAttribute.m │ │ │ ├── MASViewConstraint.h │ │ │ ├── MASViewConstraint.m │ │ │ ├── Masonry.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── NSArray+MASAdditions.m │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.m │ │ │ ├── View+MASAdditions.h │ │ │ ├── View+MASAdditions.m │ │ │ ├── View+MASShorthandAdditions.h │ │ │ ├── ViewController+MASAdditions.h │ │ │ └── ViewController+MASAdditions.m │ │ └── README.md │ ├── SDWebImage │ │ ├── MKAnnotationView+WebCache.h │ │ ├── MKAnnotationView+WebCache.m │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDecoder.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImage+WebP.h │ │ ├── UIImage+WebP.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m │ ├── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVIndefiniteAnimatedView.m │ │ ├── SVProgressHUD-Prefix.pch │ │ ├── SVProgressHUD.bundle │ │ │ ├── angle-mask.png │ │ │ ├── angle-mask@2x.png │ │ │ ├── angle-mask@3x.png │ │ │ ├── error.png │ │ │ ├── error@2x.png │ │ │ ├── error@3x.png │ │ │ ├── info.png │ │ │ ├── info@2x.png │ │ │ ├── info@3x.png │ │ │ ├── success.png │ │ │ ├── success@2x.png │ │ │ └── success@3x.png │ │ ├── SVProgressHUD.h │ │ ├── SVProgressHUD.m │ │ ├── SVRadialGradientLayer.h │ │ └── SVRadialGradientLayer.m │ └── refresh │ │ ├── PMBallLayer.h │ │ ├── PMBallLayer.m │ │ ├── PMElasticRefresh.h │ │ ├── PMElasticView.h │ │ ├── PMElasticView.m │ │ ├── PMLineLayer.h │ │ ├── PMLineLayer.m │ │ ├── UIScrollView+ElasticRefresh.h │ │ └── UIScrollView+ElasticRefresh.m │ ├── View │ └── .DS_Store │ ├── betaRibbon.png │ ├── data │ ├── 1.plist │ ├── 12.png │ ├── butterfly@2x.png │ ├── buyao.wav │ ├── cars_total.plist │ ├── cellDatas.plist │ ├── expend.png │ ├── gril@2x.png │ ├── homeDatas.plist │ ├── lose.aac │ ├── normal.aac │ └── up1.png │ ├── debugRibbon.png │ ├── example.gif │ ├── food.imageset │ ├── Contents.json │ └── food.png │ ├── main.m │ ├── plane.gif │ ├── resizedBetaRibbon.png │ ├── resizedRibbon.png │ ├── 晴20x20@2x.png │ ├── 晴20x20@3x.png │ ├── 晴29x29@2x.png │ ├── 晴29x29@3x.png │ ├── 晴40x40@2x.png │ ├── 晴40x40@3x.png │ ├── 晴60x60@2x.png │ └── 晴60x60@3x.png └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/.DS_Store -------------------------------------------------------------------------------- /MGDemo/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/.DS_Store -------------------------------------------------------------------------------- /MGDemo/MGDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MGDemo/MGDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MGDemo/MGDemo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildSystemType 6 | Original 7 | 8 | 9 | -------------------------------------------------------------------------------- /MGDemo/betaRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/betaRibbon.png -------------------------------------------------------------------------------- /MGDemo/debugRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/debugRibbon.png -------------------------------------------------------------------------------- /MGDemo/resizedBetaRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/resizedBetaRibbon.png -------------------------------------------------------------------------------- /MGDemo/resizedRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/resizedRibbon.png -------------------------------------------------------------------------------- /MGDemo/turnView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-01.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-03.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-04.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-05.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/logo-06.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/优助3-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/AppIcon.appiconset/优助3-96.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage4.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage4.7.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage5.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage5.5.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImage@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImageRetina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/BrandAsset.launchimage/lauchImageRetina.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "discoverNav_collectionHeart.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart-1.imageset/discoverNav_collectionHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart-1.imageset/discoverNav_collectionHeart.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "discoverNav_collectionHeart.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart.imageset/discoverNav_collectionHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart.imageset/discoverNav_collectionHeart.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "discoverNav_collectionHeart_6P.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P-1.imageset/discoverNav_collectionHeart_6P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P-1.imageset/discoverNav_collectionHeart_6P.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "discoverNav_collectionHeart_6P.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P.imageset/discoverNav_collectionHeart_6P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/discoverNav_collectionHeart_6P.imageset/discoverNav_collectionHeart_6P.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icon_qq.imageset/icon_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icon_qq.imageset/icon_qq.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_100_100.imageset/m_100_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_100_100.imageset/m_100_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_100_100.imageset/m_100_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_100_100.imageset/m_100_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_102_100.imageset/m_102_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_102_100.imageset/m_102_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_102_100.imageset/m_102_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_102_100.imageset/m_102_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_104_100.imageset/m_104_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_104_100.imageset/m_104_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_104_100.imageset/m_104_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_104_100.imageset/m_104_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_107_100.imageset/m_107_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_107_100.imageset/m_107_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_107_100.imageset/m_107_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_107_100.imageset/m_107_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_109_100.imageset/m_109_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_109_100.imageset/m_109_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_109_100.imageset/m_109_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_109_100.imageset/m_109_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_10_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_10_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_10_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_10_100.imageset/m_10_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_10_100.imageset/m_10_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_10_100.imageset/m_10_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_10_100.imageset/m_10_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_110_100.imageset/m_110_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_110_100.imageset/m_110_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_110_100.imageset/m_110_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_110_100.imageset/m_110_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_111_100.imageset/m_111_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_111_100.imageset/m_111_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_111_100.imageset/m_111_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_111_100.imageset/m_111_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_112_100.imageset/m_112_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_112_100.imageset/m_112_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_112_100.imageset/m_112_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_112_100.imageset/m_112_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_113_100.imageset/m_113_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_113_100.imageset/m_113_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_113_100.imageset/m_113_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_113_100.imageset/m_113_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_115_100.imageset/m_115_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_115_100.imageset/m_115_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_115_100.imageset/m_115_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_115_100.imageset/m_115_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_127_100.imageset/m_127_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_127_100.imageset/m_127_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_127_100.imageset/m_127_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_127_100.imageset/m_127_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_128_100.imageset/m_128_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_128_100.imageset/m_128_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_128_100.imageset/m_128_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_128_100.imageset/m_128_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_129_100.imageset/m_129_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_129_100.imageset/m_129_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_129_100.imageset/m_129_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_129_100.imageset/m_129_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_133_100.imageset/m_133_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_133_100.imageset/m_133_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_133_100.imageset/m_133_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_133_100.imageset/m_133_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_135_100.imageset/m_135_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_135_100.imageset/m_135_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_135_100.imageset/m_135_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_135_100.imageset/m_135_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_136_100.imageset/m_136_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_136_100.imageset/m_136_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_136_100.imageset/m_136_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_136_100.imageset/m_136_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_138_100.imageset/m_138_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_138_100.imageset/m_138_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_138_100.imageset/m_138_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_138_100.imageset/m_138_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_13_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_13_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_13_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_13_100.imageset/m_13_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_13_100.imageset/m_13_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_13_100.imageset/m_13_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_13_100.imageset/m_13_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_140_100.imageset/m_140_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_140_100.imageset/m_140_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_140_100.imageset/m_140_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_140_100.imageset/m_140_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_141_100.imageset/m_141_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_141_100.imageset/m_141_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_141_100.imageset/m_141_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_141_100.imageset/m_141_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_142_100.imageset/m_142_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_142_100.imageset/m_142_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_142_100.imageset/m_142_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_142_100.imageset/m_142_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_143_100.imageset/m_143_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_143_100.imageset/m_143_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_143_100.imageset/m_143_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_143_100.imageset/m_143_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_144_100.imageset/m_144_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_144_100.imageset/m_144_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_144_100.imageset/m_144_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_144_100.imageset/m_144_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_145_100.imageset/m_145_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_145_100.imageset/m_145_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_145_100.imageset/m_145_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_145_100.imageset/m_145_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_146_100.imageset/m_146_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_146_100.imageset/m_146_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_146_100.imageset/m_146_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_146_100.imageset/m_146_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_147_100.imageset/m_147_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_147_100.imageset/m_147_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_147_100.imageset/m_147_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_147_100.imageset/m_147_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_148_100.imageset/m_148_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_148_100.imageset/m_148_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_148_100.imageset/m_148_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_148_100.imageset/m_148_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_149_100.imageset/m_149_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_149_100.imageset/m_149_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_149_100.imageset/m_149_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_149_100.imageset/m_149_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_14_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_14_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_14_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_14_100.imageset/m_14_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_14_100.imageset/m_14_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_14_100.imageset/m_14_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_14_100.imageset/m_14_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_150_100.imageset/m_150_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_150_100.imageset/m_150_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_150_100.imageset/m_150_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_150_100.imageset/m_150_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_152_100.imageset/m_152_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_152_100.imageset/m_152_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_152_100.imageset/m_152_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_152_100.imageset/m_152_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_153_100.imageset/m_153_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_153_100.imageset/m_153_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_153_100.imageset/m_153_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_153_100.imageset/m_153_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_155_100.imageset/m_155_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_155_100.imageset/m_155_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_155_100.imageset/m_155_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_155_100.imageset/m_155_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_156_100.imageset/m_156_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_156_100.imageset/m_156_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_156_100.imageset/m_156_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_156_100.imageset/m_156_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_157_100.imageset/m_157_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_157_100.imageset/m_157_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_157_100.imageset/m_157_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_157_100.imageset/m_157_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_159_100.imageset/m_159_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_159_100.imageset/m_159_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_159_100.imageset/m_159_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_159_100.imageset/m_159_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_15_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_15_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_15_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_15_100.imageset/m_15_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_15_100.imageset/m_15_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_15_100.imageset/m_15_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_15_100.imageset/m_15_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_161_100.imageset/m_161_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_161_100.imageset/m_161_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_161_100.imageset/m_161_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_161_100.imageset/m_161_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_163_100.imageset/m_163_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_163_100.imageset/m_163_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_163_100.imageset/m_163_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_163_100.imageset/m_163_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_164_100.imageset/m_164_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_164_100.imageset/m_164_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_164_100.imageset/m_164_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_164_100.imageset/m_164_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_165_100.imageset/m_165_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_165_100.imageset/m_165_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_165_100.imageset/m_165_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_165_100.imageset/m_165_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_166_100.imageset/m_166_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_166_100.imageset/m_166_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_166_100.imageset/m_166_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_166_100.imageset/m_166_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_167_100.imageset/m_167_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_167_100.imageset/m_167_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_167_100.imageset/m_167_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_167_100.imageset/m_167_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_168_100.imageset/m_168_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_168_100.imageset/m_168_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_168_100.imageset/m_168_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_168_100.imageset/m_168_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_16_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_16_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_16_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_16_100.imageset/m_16_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_16_100.imageset/m_16_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_16_100.imageset/m_16_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_16_100.imageset/m_16_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_170_100.imageset/m_170_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_170_100.imageset/m_170_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_170_100.imageset/m_170_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_170_100.imageset/m_170_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_171_100.imageset/m_171_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_171_100.imageset/m_171_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_171_100.imageset/m_171_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_171_100.imageset/m_171_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_172_100.imageset/m_172_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_172_100.imageset/m_172_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_172_100.imageset/m_172_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_172_100.imageset/m_172_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_174_100.imageset/m_174_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_174_100.imageset/m_174_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_174_100.imageset/m_174_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_174_100.imageset/m_174_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_179_100.imageset/m_179_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_179_100.imageset/m_179_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_179_100.imageset/m_179_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_179_100.imageset/m_179_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_17_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_17_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_17_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_17_100.imageset/m_17_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_17_100.imageset/m_17_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_17_100.imageset/m_17_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_17_100.imageset/m_17_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_180_100.imageset/m_180_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_180_100.imageset/m_180_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_180_100.imageset/m_180_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_180_100.imageset/m_180_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_181_100.imageset/m_181_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_181_100.imageset/m_181_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_181_100.imageset/m_181_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_181_100.imageset/m_181_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_182_100.imageset/m_182_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_182_100.imageset/m_182_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_182_100.imageset/m_182_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_182_100.imageset/m_182_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_183_100.imageset/m_183_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_183_100.imageset/m_183_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_183_100.imageset/m_183_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_183_100.imageset/m_183_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_186_100.imageset/m_186_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_186_100.imageset/m_186_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_186_100.imageset/m_186_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_186_100.imageset/m_186_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_188_100.imageset/m_188_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_188_100.imageset/m_188_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_188_100.imageset/m_188_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_188_100.imageset/m_188_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_189_100.imageset/m_189_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_189_100.imageset/m_189_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_189_100.imageset/m_189_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_189_100.imageset/m_189_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_18_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_18_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_18_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_18_100.imageset/m_18_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_18_100.imageset/m_18_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_18_100.imageset/m_18_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_18_100.imageset/m_18_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_190_100.imageset/m_190_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_190_100.imageset/m_190_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_190_100.imageset/m_190_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_190_100.imageset/m_190_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_194_100.imageset/m_194_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_194_100.imageset/m_194_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_194_100.imageset/m_194_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_194_100.imageset/m_194_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_195_100.imageset/m_195_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_195_100.imageset/m_195_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_195_100.imageset/m_195_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_195_100.imageset/m_195_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_196_100.imageset/m_196_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_196_100.imageset/m_196_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_196_100.imageset/m_196_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_196_100.imageset/m_196_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_197_100.imageset/m_197_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_197_100.imageset/m_197_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_197_100.imageset/m_197_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_197_100.imageset/m_197_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_199_100.imageset/m_199_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_199_100.imageset/m_199_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_199_100.imageset/m_199_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_199_100.imageset/m_199_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_19_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_19_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_19_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_19_100.imageset/m_19_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_19_100.imageset/m_19_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_19_100.imageset/m_19_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_19_100.imageset/m_19_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_200_100.imageset/m_200_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_200_100.imageset/m_200_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_200_100.imageset/m_200_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_200_100.imageset/m_200_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_201_100.imageset/m_201_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_201_100.imageset/m_201_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_201_100.imageset/m_201_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_201_100.imageset/m_201_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_202_100.imageset/m_202_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_202_100.imageset/m_202_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_202_100.imageset/m_202_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_202_100.imageset/m_202_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_203_100.imageset/m_203_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_203_100.imageset/m_203_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_203_100.imageset/m_203_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_203_100.imageset/m_203_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_204_100.imageset/m_204_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_204_100.imageset/m_204_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_204_100.imageset/m_204_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_204_100.imageset/m_204_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_205_100.imageset/m_205_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_205_100.imageset/m_205_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_205_100.imageset/m_205_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_205_100.imageset/m_205_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_208_100.imageset/m_208_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_208_100.imageset/m_208_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_208_100.imageset/m_208_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_208_100.imageset/m_208_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_209_100.imageset/m_209_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_209_100.imageset/m_209_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_209_100.imageset/m_209_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_209_100.imageset/m_209_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_211_100.imageset/m_211_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_211_100.imageset/m_211_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_211_100.imageset/m_211_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_211_100.imageset/m_211_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_212_100.imageset/m_212_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_212_100.imageset/m_212_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_212_100.imageset/m_212_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_212_100.imageset/m_212_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_21_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_21_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_21_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_21_100.imageset/m_21_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_21_100.imageset/m_21_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_21_100.imageset/m_21_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_21_100.imageset/m_21_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_25_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_25_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_25_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_25_100.imageset/m_25_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_25_100.imageset/m_25_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_25_100.imageset/m_25_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_25_100.imageset/m_25_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_26_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_26_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_26_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_26_100.imageset/m_26_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_26_100.imageset/m_26_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_26_100.imageset/m_26_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_26_100.imageset/m_26_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_27_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_27_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_27_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_27_100.imageset/m_27_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_27_100.imageset/m_27_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_27_100.imageset/m_27_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_27_100.imageset/m_27_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_28_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_28_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_28_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_28_100.imageset/m_28_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_28_100.imageset/m_28_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_28_100.imageset/m_28_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_28_100.imageset/m_28_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_29_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_29_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_29_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_29_100.imageset/m_29_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_29_100.imageset/m_29_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_29_100.imageset/m_29_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_29_100.imageset/m_29_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_2_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_2_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_2_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_2_100.imageset/m_2_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_2_100.imageset/m_2_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_2_100.imageset/m_2_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_2_100.imageset/m_2_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_30_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_30_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_30_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_30_100.imageset/m_30_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_30_100.imageset/m_30_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_30_100.imageset/m_30_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_30_100.imageset/m_30_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_31_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_31_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_31_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_31_100.imageset/m_31_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_31_100.imageset/m_31_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_31_100.imageset/m_31_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_31_100.imageset/m_31_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_32_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_32_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_32_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_32_100.imageset/m_32_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_32_100.imageset/m_32_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_32_100.imageset/m_32_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_32_100.imageset/m_32_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_33_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_33_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_33_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_33_100.imageset/m_33_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_33_100.imageset/m_33_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_33_100.imageset/m_33_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_33_100.imageset/m_33_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_35_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_35_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_35_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_35_100.imageset/m_35_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_35_100.imageset/m_35_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_35_100.imageset/m_35_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_35_100.imageset/m_35_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_36_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_36_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_36_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_36_100.imageset/m_36_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_36_100.imageset/m_36_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_36_100.imageset/m_36_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_36_100.imageset/m_36_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_37_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_37_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_37_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_37_100.imageset/m_37_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_37_100.imageset/m_37_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_37_100.imageset/m_37_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_37_100.imageset/m_37_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_38_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_38_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_38_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_38_100.imageset/m_38_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_38_100.imageset/m_38_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_38_100.imageset/m_38_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_38_100.imageset/m_38_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_39_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_39_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_39_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_39_100.imageset/m_39_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_39_100.imageset/m_39_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_39_100.imageset/m_39_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_39_100.imageset/m_39_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_3_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_3_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_3_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_3_100.imageset/m_3_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_3_100.imageset/m_3_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_3_100.imageset/m_3_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_3_100.imageset/m_3_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_40_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_40_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_40_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_40_100.imageset/m_40_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_40_100.imageset/m_40_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_40_100.imageset/m_40_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_40_100.imageset/m_40_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_41_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_41_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_41_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_41_100.imageset/m_41_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_41_100.imageset/m_41_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_41_100.imageset/m_41_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_41_100.imageset/m_41_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_42_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_42_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_42_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_42_100.imageset/m_42_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_42_100.imageset/m_42_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_42_100.imageset/m_42_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_42_100.imageset/m_42_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_43_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_43_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_43_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_43_100.imageset/m_43_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_43_100.imageset/m_43_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_43_100.imageset/m_43_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_43_100.imageset/m_43_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_45_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_45_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_45_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_45_100.imageset/m_45_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_45_100.imageset/m_45_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_45_100.imageset/m_45_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_45_100.imageset/m_45_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_48_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_48_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_48_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_48_100.imageset/m_48_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_48_100.imageset/m_48_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_48_100.imageset/m_48_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_48_100.imageset/m_48_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_49_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_49_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_49_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_49_100.imageset/m_49_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_49_100.imageset/m_49_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_49_100.imageset/m_49_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_49_100.imageset/m_49_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_4_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_4_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_4_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_4_100.imageset/m_4_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_4_100.imageset/m_4_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_4_100.imageset/m_4_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_4_100.imageset/m_4_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_50_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_50_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_50_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_50_100.imageset/m_50_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_50_100.imageset/m_50_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_50_100.imageset/m_50_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_50_100.imageset/m_50_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_51_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_51_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_51_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_51_100.imageset/m_51_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_51_100.imageset/m_51_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_51_100.imageset/m_51_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_51_100.imageset/m_51_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_52_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_52_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_52_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_52_100.imageset/m_52_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_52_100.imageset/m_52_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_52_100.imageset/m_52_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_52_100.imageset/m_52_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_53_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_53_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_53_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_53_100.imageset/m_53_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_53_100.imageset/m_53_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_53_100.imageset/m_53_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_53_100.imageset/m_53_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_57_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_57_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_57_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_57_100.imageset/m_57_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_57_100.imageset/m_57_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_57_100.imageset/m_57_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_57_100.imageset/m_57_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_58_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_58_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_58_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_58_100.imageset/m_58_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_58_100.imageset/m_58_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_58_100.imageset/m_58_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_58_100.imageset/m_58_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_59_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_59_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_59_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_59_100.imageset/m_59_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_59_100.imageset/m_59_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_59_100.imageset/m_59_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_59_100.imageset/m_59_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_5_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_5_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_5_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_5_100.imageset/m_5_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_5_100.imageset/m_5_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_5_100.imageset/m_5_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_5_100.imageset/m_5_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_60_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_60_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_60_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_60_100.imageset/m_60_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_60_100.imageset/m_60_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_60_100.imageset/m_60_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_60_100.imageset/m_60_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_63_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_63_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_63_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_63_100.imageset/m_63_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_63_100.imageset/m_63_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_63_100.imageset/m_63_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_63_100.imageset/m_63_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_67_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_67_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_67_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_67_100.imageset/m_67_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_67_100.imageset/m_67_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_67_100.imageset/m_67_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_67_100.imageset/m_67_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_6_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_6_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_6_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_6_100.imageset/m_6_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_6_100.imageset/m_6_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_6_100.imageset/m_6_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_6_100.imageset/m_6_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_71_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_71_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_71_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_71_100.imageset/m_71_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_71_100.imageset/m_71_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_71_100.imageset/m_71_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_71_100.imageset/m_71_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_75_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_75_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_75_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_75_100.imageset/m_75_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_75_100.imageset/m_75_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_75_100.imageset/m_75_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_75_100.imageset/m_75_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_76_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_76_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_76_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_76_100.imageset/m_76_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_76_100.imageset/m_76_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_76_100.imageset/m_76_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_76_100.imageset/m_76_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_77_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_77_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_77_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_77_100.imageset/m_77_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_77_100.imageset/m_77_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_77_100.imageset/m_77_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_77_100.imageset/m_77_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_78_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_78_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_78_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_78_100.imageset/m_78_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_78_100.imageset/m_78_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_78_100.imageset/m_78_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_78_100.imageset/m_78_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_79_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_79_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_79_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_79_100.imageset/m_79_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_79_100.imageset/m_79_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_79_100.imageset/m_79_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_79_100.imageset/m_79_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_7_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_7_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_7_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_7_100.imageset/m_7_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_7_100.imageset/m_7_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_7_100.imageset/m_7_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_7_100.imageset/m_7_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_80_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_80_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_80_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_80_100.imageset/m_80_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_80_100.imageset/m_80_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_80_100.imageset/m_80_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_80_100.imageset/m_80_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_81_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_81_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_81_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_81_100.imageset/m_81_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_81_100.imageset/m_81_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_81_100.imageset/m_81_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_81_100.imageset/m_81_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_82_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_82_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_82_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_82_100.imageset/m_82_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_82_100.imageset/m_82_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_82_100.imageset/m_82_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_82_100.imageset/m_82_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_83_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_83_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_83_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_83_100.imageset/m_83_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_83_100.imageset/m_83_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_83_100.imageset/m_83_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_83_100.imageset/m_83_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_84_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_84_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_84_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_84_100.imageset/m_84_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_84_100.imageset/m_84_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_84_100.imageset/m_84_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_84_100.imageset/m_84_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_85_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_85_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_85_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_85_100.imageset/m_85_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_85_100.imageset/m_85_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_85_100.imageset/m_85_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_85_100.imageset/m_85_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_86_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_86_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_86_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_86_100.imageset/m_86_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_86_100.imageset/m_86_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_86_100.imageset/m_86_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_86_100.imageset/m_86_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_87_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_87_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_87_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_87_100.imageset/m_87_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_87_100.imageset/m_87_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_87_100.imageset/m_87_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_87_100.imageset/m_87_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_89_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_89_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_89_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_89_100.imageset/m_89_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_89_100.imageset/m_89_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_89_100.imageset/m_89_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_89_100.imageset/m_89_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_8_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_8_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_8_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_8_100.imageset/m_8_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_8_100.imageset/m_8_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_8_100.imageset/m_8_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_8_100.imageset/m_8_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_91_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_91_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_91_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_91_100.imageset/m_91_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_91_100.imageset/m_91_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_91_100.imageset/m_91_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_91_100.imageset/m_91_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_92_100.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "m_92_100.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "m_92_100@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_92_100.imageset/m_92_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_92_100.imageset/m_92_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_92_100.imageset/m_92_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_92_100.imageset/m_92_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_93_100.imageset/m_93_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_93_100.imageset/m_93_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_93_100.imageset/m_93_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_93_100.imageset/m_93_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_94_100.imageset/m_94_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_94_100.imageset/m_94_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_94_100.imageset/m_94_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_94_100.imageset/m_94_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_95_100.imageset/m_95_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_95_100.imageset/m_95_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_95_100.imageset/m_95_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_95_100.imageset/m_95_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_96_100.imageset/m_96_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_96_100.imageset/m_96_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_96_100.imageset/m_96_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_96_100.imageset/m_96_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_97_100.imageset/m_97_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_97_100.imageset/m_97_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_97_100.imageset/m_97_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_97_100.imageset/m_97_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_98_100.imageset/m_98_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_98_100.imageset/m_98_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_98_100.imageset/m_98_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_98_100.imageset/m_98_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_99_100.imageset/m_99_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_99_100.imageset/m_99_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_99_100.imageset/m_99_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_99_100.imageset/m_99_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_9_100.imageset/m_9_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_9_100.imageset/m_9_100.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/icons/m_9_100.imageset/m_9_100@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/icons/m_9_100.imageset/m_9_100@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "index_navigation_nearby.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby-1.imageset/index_navigation_nearby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/index_navigation_nearby-1.imageset/index_navigation_nearby.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "index_navigation_nearby.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby.imageset/index_navigation_nearby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/index_navigation_nearby.imageset/index_navigation_nearby.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P-1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "index_navigation_nearby_6P.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P-1.imageset/index_navigation_nearby_6P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P-1.imageset/index_navigation_nearby_6P.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "index_navigation_nearby_6P.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P.imageset/index_navigation_nearby_6P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/index_navigation_nearby_6P.imageset/index_navigation_nearby_6P.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/lol.imageset/lol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/lol.imageset/lol.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/lol.imageset/lol@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/lol.imageset/lol@2x.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/lol.imageset/lol@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/lol.imageset/lol@3x.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/menu.imageset/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/menu.imageset/menu.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/menu.imageset/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/menu.imageset/menu@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/menu.imageset/menu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/menu.imageset/menu@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming1.imageset/111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/ming1.imageset/111.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "111.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming2.imageset/112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/ming2.imageset/112.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "112.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming3.imageset/113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/ming3.imageset/113.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "113.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming4.imageset/114.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/ming4.imageset/114.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/ming4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "114.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationBarBackgroundImage.imageset/navigationBarBackgroundImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationBarBackgroundImage.imageset/navigationBarBackgroundImage@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationBarBackgroundImage.imageset/navigationBarBackgroundImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationBarBackgroundImage.imageset/navigationBarBackgroundImage@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturn.imageset/navigationButtonReturn@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/navigationButtonReturnClick.imageset/navigationButtonReturnClick@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/set.imageset/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/set.imageset/set.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/set.imageset/set@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/set.imageset/set@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/set.imageset/set@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/set.imageset/set@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/timo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "timo.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/Assets.xcassets/timo.imageset/timo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Assets.xcassets/timo.imageset/timo.jpg -------------------------------------------------------------------------------- /MGDemo/turnView/Class/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/CustomTransitionViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // CustomTransitionViewController.h 3 | // iOS7Sampler 4 | // 5 | // Created by shuichi on 9/21/13. 6 | // Copyright (c) 2013 Shuichi Tsutsumi. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CustomTransitionViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/MGAllocViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGAllocViewController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2019/4/9. 6 | // Copyright © 2019 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MGAllocViewController : UIViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/MGAnimationPushVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGAnimationPushVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/8. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGAnimationPushVC : UIViewController 12 | /** image */ 13 | @property (nonatomic,strong) UIImage *myImage; 14 | /** backImageView */ 15 | @property (nonatomic,weak) UIImageView *backImageView; 16 | @end 17 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/MGAnimationVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGAnimationVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/8. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGAnimationVC : UIViewController 12 | /** 当前按钮 */ 13 | @property(strong,nonatomic)UIButton *button; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/MGDealImageViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGDealImageViewController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2019/4/4. 6 | // Copyright © 2019年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MGDealImageViewController : UIViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/C/TimerViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // TimerViewController.h 3 | // RulerDemo 4 | // 5 | // Created by newunion on 2018/8/6. 6 | // Copyright © 2018年 ShouBaTeam. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface TimerViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/CustomAnimateTransitionPop.h: -------------------------------------------------------------------------------- 1 | // 2 | // CustomAnimateTransitionPop.h 3 | // animateTransition 4 | // 5 | // Created by ming on 16/6/26. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | @interface CustomAnimateTransitionPop : NSObject 12 | @property(nonatomic,strong)idtransitionContext; 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/CustomAnimateTransitionPush.h: -------------------------------------------------------------------------------- 1 | // 2 | // CustomAnimateTransitionPop.h 3 | // animateTransition 4 | // 5 | // Created by ming on 16/6/26. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | @interface CustomAnimateTransitionPush : NSObject 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/HUAnimator/HUTransitionGhostAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // HUTransitionGhostAnimator.h 3 | // EasyBeats 4 | // 5 | // Created by Christian Inkster on 16/09/13. 6 | // 7 | // 8 | 9 | #import 10 | #import "HUTransitionAnimator.h" 11 | 12 | @interface HUTransitionGhostAnimator : HUTransitionAnimator 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/HUAnimator/HUTransitionHorizontalLinesAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // HUTransitionHorizontallLinesAnimator.h 3 | // EasyBeats 4 | // 5 | // Created by Christian Inkster on 16/09/13. 6 | // 7 | // 8 | 9 | #import 10 | #import "HUTransitionAnimator.h" 11 | 12 | @interface HUTransitionHorizontalLinesAnimator : HUTransitionAnimator 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/HUAnimator/HUTransitionVerticalLinesAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // HUTransitionVerticalLinesAnimator.h 3 | // EasyBeats 4 | // 5 | // Created by Christian Inkster on 16/09/13. 6 | // 7 | // 8 | 9 | #import 10 | #import "HUTransitionAnimator.h" 11 | 12 | @interface HUTransitionVerticalLinesAnimator : HUTransitionAnimator 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/ZBCustomTransitions/UIViewController+Animator.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | @interface UIViewController (Animator) 6 | @property (retain) id animator; 7 | @end 8 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/ZBCustomTransitions/UIViewController+Animator.m: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | #import "UIViewController+Animator.h" 8 | #import 9 | 10 | @implementation UIViewController (Animator) 11 | 12 | - (id)animator 13 | { 14 | return objc_getAssociatedObject(self, "animator"); 15 | } 16 | 17 | - (void)setAnimator:(id)animator 18 | { 19 | objc_setAssociatedObject(self, "animator", animator, OBJC_ASSOCIATION_RETAIN_NONATOMIC); 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Animation/V/ZBCustomTransitions/ZBFallenBricksAnimator.h: -------------------------------------------------------------------------------- 1 | @interface ZBFallenBricksAnimator : NSObject 2 | 3 | @end 4 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/Search/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/C/MGGIFViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGGIFViewController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2018/1/12. 6 | // Copyright © 2018年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGGIFViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/C/MGSearchViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGSearchViewController.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/6/21. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGSearchViewController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/C/MGTableController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGTableController.h 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGTableController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/M/MGCellModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGCellModel.h 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGCellModel : NSObject 12 | /** 标题 */ 13 | @property (nonatomic, copy) NSString *title; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/M/MGCellModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // MGCellModel.m 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | 8 | /// 每个cell对应的模型 9 | 10 | #import "MGCellModel.h" 11 | 12 | @implementation MGCellModel 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/M/MGSectionModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // MGSectionModel.m 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | 8 | /// 每个section对应的模型 9 | 10 | #import "MGSectionModel.h" 11 | 12 | @implementation MGSectionModel 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/V/MGSearchCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGSearchCell.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/6/21. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGSearchCell : UITableViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/V/TableViewHead.h: -------------------------------------------------------------------------------- 1 | // 2 | // TableViewHead.h 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface TableViewHead : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/Search/V/TableViewHead.m: -------------------------------------------------------------------------------- 1 | // 2 | // TableViewHead.m 3 | // turnView 4 | // 5 | // Created by ming on 16/6/13. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import "TableViewHead.h" 10 | 11 | @implementation TableViewHead 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/ming/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGAlertController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGAlertController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2018/1/17. 6 | // Copyright © 2018年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGAlertController : UIAlertController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGCollectionController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGCollectionController.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/6/22. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGCollectionController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGHeadPushViewController.h: -------------------------------------------------------------------------------- 1 | 2 | // 3 | 4 | #import "MGHeadPushViewController.h" 5 | 6 | #import "MGHomeModel.h" 7 | 8 | @interface MGHeadPushViewController : UIViewController 9 | 10 | //headModel用来设置导航条的属性,在推荐页面push来时直接把headModel正向传值传来,需要注意这里重写set方法赋值的时 11 | //当前控制器的navigationController是空的,无法修改导航条的属性 12 | @property (nonatomic, strong) MGHomeModel *headModel; 13 | 14 | /** 显示的tableView */ 15 | @property (nonatomic, strong) UITableView *tableView; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGHeaderCollectionVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGHeaderCollectionVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGHeaderCollectionVC : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGSelectViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGSelectViewController.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/6/22. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGSelectViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGTranstionViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGTranstionViewController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2018/1/16. 6 | // Copyright © 2018年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGTranstionViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/MGVideoViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGVideoViewController.h 3 | // turnView 4 | // 5 | // Created by ming on 16/6/14. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGVideoViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/C/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // turnView 4 | // 5 | // Created by ming on 16/5/28. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/Pubuliu/Cell/MGShopCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGShopCell.h 3 | // MGPuBuLiuDemo 4 | // 5 | // Created by ming on 16/6/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MGShopModel; 12 | 13 | @interface MGShopCell : UICollectionViewCell 14 | @property (nonatomic, strong) MGShopModel *shop; 15 | @end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/Pubuliu/Model/MGShopModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGShopModel.h 3 | // MGPuBuLiuDemo 4 | // 5 | // Created by ming on 16/6/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGShopModel : NSObject 12 | @property (nonatomic, assign) CGFloat w; 13 | @property (nonatomic, assign) CGFloat h; 14 | @property (nonatomic, copy) NSString *img; 15 | @property (nonatomic, copy) NSString *price; 16 | @end 17 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/Pubuliu/Model/MGShopModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // MGShopModel.m 3 | // MGPuBuLiuDemo 4 | // 5 | // Created by ming on 16/6/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import "MGShopModel.h" 10 | 11 | @implementation MGShopModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/V/MGBodyCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGBodyCell.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MGBodyModel; 12 | 13 | @interface MGBodyCell : UICollectionViewCell 14 | 15 | /** 模型属性 */ 16 | @property (nonatomic, strong) MGBodyModel *bodyModel; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/ming/V/MGHeaderFlowLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGHeaderFlowLayout.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/9. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGHeaderFlowLayout : UICollectionViewFlowLayout 12 | //默认为64.0, default is 64.0 13 | @property (nonatomic, assign) CGFloat navHeight; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/MGMapViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGMapViewController.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2018/1/15. 6 | // Copyright © 2018年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGMapViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/MGPolygonVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGPolygonVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/7. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGPolygonVC : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/MGShakeVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGShakeVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/8. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGShakeVC : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/TaskView/XJLLiveTaskHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // XJLLiveTaskHeaderView.h 3 | // SwiftLive 4 | // 5 | // Created by Zhaimi on 2018/1/19. 6 | // Copyright © 2018年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XJLLiveTaskHeaderView : UITableViewHeaderFooterView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/TaskView/XJLTaskHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // XJLTaskHeaderView.h 3 | // SwiftLive 4 | // 5 | // Created by Zhaimi on 2018/1/19. 6 | // Copyright © 2018年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XJLTaskHeaderView : UITableViewHeaderFooterView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/TaskView/XJLTaskViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // XJLTaskViewController.h 3 | // SwiftLive 4 | // 5 | // Created by Zhaimi on 2018/1/19. 6 | // Copyright © 2018年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XJLTaskViewController : UITableViewController 12 | 13 | @property (nonatomic, assign) BOOL isLiveTask; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/C/TaskView/XJLWatchLiveTaskCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // XJLWatchLiveTaskCell.h 3 | // SwiftLive 4 | // 5 | // Created by Zhaimi on 2018/1/19. 6 | // Copyright © 2018年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface XJLWatchLiveTaskCell : UITableViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/折线图/V/MGPolygonView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGPolygonView.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/7. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGPolygonView : UIView 12 | @property (nonatomic, strong) CAShapeLayer *lineChartLayer; 13 | /** 数据数组 */ 14 | @property (nonatomic,strong)NSArray * dataArray; 15 | /** 画折线图 */ 16 | - (void)drawLine; 17 | @end 18 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGHViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGHViewController.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/9/26. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGHViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGHeTableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGHeTableViewController.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/8/16. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGHeTableViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGListViewController.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/9/26. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGListViewController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGPhotoCollectionViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGPhotoCollectionViewController.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/7/29. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGPhotoCollectionViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGRunTimeVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGRunTimeVC.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/7/29. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGRunTimeVC : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/C/MGWanWanViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGWanWanViewController.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/7/25. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGWanWanViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/M/MGApplication.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGApplication.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/9/26. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGApplication : NSObject 12 | @property (nonatomic,copy) NSString *appId; 13 | @property (nonatomic,copy) NSString *appVersion; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/M/MGApplication.m: -------------------------------------------------------------------------------- 1 | // MGApplication.m 2 | // MGDemo 3 | // Created by i-Techsys.com on 2017/9/26. 4 | // Copyright © 2017年 ming. All rights reserved. 5 | // https://github.com/LYM-mg 6 | // http://www.jianshu.com/u/57b58a39b70e 7 | 8 | #import "MGApplication.h" 9 | 10 | @implementation MGApplication 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/跑马灯/UIColor+LYMExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+LYMExtension.h 3 | // ScrollDemo 4 | // 5 | // Created by newunion on 2018/4/11. 6 | // Copyright © 2018年 newunion. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (LYMExtension) 12 | + (UIColor *)colorWithHexString:(NSString *)color; 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/跑马灯/new_home_notice.imageset/new_home_notice@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/玩玩/跑马灯/new_home_notice.imageset/new_home_notice@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/跑马灯/new_home_notice.imageset/new_home_notice@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/玩玩/跑马灯/new_home_notice.imageset/new_home_notice@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/跑马灯/new_notice_close.imageset/new_notice_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/玩玩/跑马灯/new_notice_close.imageset/new_notice_close@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Class/玩玩/跑马灯/new_notice_close.imageset/new_notice_close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/Class/玩玩/跑马灯/new_notice_close.imageset/new_notice_close@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/Extesion/UIColor+HexColor.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+HexColor.h 3 | // HexColor 4 | // 5 | // Created by ZHANGHAI SHENG on 16/4/26. 6 | // Copyright © 2016年 ZHANGHAI SHENG. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (HexColor) 12 | 13 | //16进制自动转换RGB颜色 14 | + (UIColor *)colorWithHexString:(NSString *)stringToConvert; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /MGDemo/turnView/Extesion/UIImage+Image.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+Image.h 3 | // 4 | // 5 | // Created by on 15/7/6. 6 | // Copyright (c) 2015年 . All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (Image) 12 | 13 | 14 | // 根据颜色生成一张尺寸为1*1的相同颜色图片 15 | + (UIImage *)imageWithColor:(UIColor *)color; 16 | 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/CALayer+PauseAimate.h: -------------------------------------------------------------------------------- 1 | // 2 | // CALayer+PauseAimate.h 3 | // MGDemo 4 | // 5 | // Created by ming on 15/8/14. 6 | // Copyright (c) 2015年 xiaoming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CALayer (PauseAimate) 12 | 13 | // 暂停动画 14 | - (void)pauseAnimate; 15 | 16 | // 恢复动画 17 | - (void)resumeAnimate; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/MGButton+Delay.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGButton+Delay.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2018/1/22. 6 | // Copyright © 2018年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define defaultInterval 1.0//默认时间间隔 12 | @interface MGButton_Delay: UIButton 13 | @property(nonatomic,assign) IBInspectable CGFloat timeInterval;//用这个给重复点击加间隔 14 | @property(nonatomic,assign) IBInspectable BOOL isIgnoreEvent;//YES不允许点击NO允许点击 15 | @end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/MGRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | /* 2 | @header MGRefreshGifHeader.h 3 | 4 | @abstract MGMiaoBo 关于源代码文件的一些基本描述 5 | 6 | @author Created by ming on 16/9/10. 7 | 8 | Copyright © 2016年 ming. All rights reserved. 9 | */ 10 | 11 | //#import 12 | 13 | //@interface MGRefreshGifHeader : MJRefreshGifHeader 14 | // 15 | //@end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/MGTopWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGTopWindow.h 3 | // MGMiaoBo 4 | // 5 | // Created by ming on 16/9/10. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGTopWindow : NSObject 12 | + (void)show; 13 | + (void)hide; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UIButton+EnlargeTouchArea.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIButton+EnlargeTouchArea.h 3 | // SwiftLive 4 | // 5 | // Created by Victor on 16/4/25. 6 | // Copyright © 2016年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIButton (EnlargeTouchArea) 12 | 13 | - (void)setEnlargeEdgeWithTop:(CGFloat)top right:(CGFloat)right bottom:(CGFloat)bottom left:(CGFloat)left; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UIColor+Extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+Extension.h 3 | // VideoShare 4 | // 5 | // Created by i-Techsys.com on 2017/6/20. 6 | // Copyright © 2017年 i-Techsys. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (Extension) 12 | //随机颜色 13 | + (UIColor *)randomColor; 14 | 15 | /** 16禁止转RGB */ 16 | + (UIColor *)colorWithHexString:(NSString *)colorStr; 17 | @end 18 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UIImageView/UIImageView+Extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImageView+ALinGif.h 3 | // MiaowShow 4 | // 5 | // Created by ALin on 16/6/16. 6 | // Copyright © 2016年 ALin. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImageView (ALinGif) 12 | // 播放GIF 13 | - (void)playGifAnim:(NSArray *)images; 14 | // 停止动画 15 | - (void)stopGifAnim; 16 | @end 17 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UINavigationBar+Extension.h: -------------------------------------------------------------------------------- 1 | // 2 | // UINavigationBar+Extension.h 3 | // MGDemo 4 | // 5 | // Created by i-Techsys.com on 2017/7/29. 6 | // Copyright © 2017年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UINavigationBar (Extension) 12 | //@property (nonatomic,assign) BOOL mg_hideStatusBarBackgroungView; 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UITextField+Shake.h: -------------------------------------------------------------------------------- 1 | // 2 | // UITextField+Shake.h 3 | // VideoShare 4 | // 5 | // Created by i-Techsys.com on 2017/6/21. 6 | // Copyright © 2017年 i-Techsys. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UITextField (Shake) 12 | 13 | /** 14 | * 为textField扩展一个左右晃动的动画 15 | */ 16 | - (void)shakeWithDuration:(CFTimeInterval)duration; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UIView+MGBadge.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+MGBadge.h 3 | // MGDemo 4 | // 5 | // Created by newunion on 2019/4/10. 6 | // Copyright © 2019 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MGBadgeProtocol.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface UIView (MGBadge) 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGCategory/UIViewController+Utils.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIViewController+Utils.h 3 | // SwiftLive 4 | // 5 | // Created by Victor on 16/6/12. 6 | // Copyright © 2016年 DotC_United. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIViewController (Utils) 12 | + (UIViewController *)currentVC; 13 | + (UIViewController *)backToRealRootController:(UIViewController *)viewController; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGDemo.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | _XCCurrentVersionName 6 | MGDemo.xcdatamodel 7 | 8 | 9 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGDemo.xcdatamodeld/MGDemo.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /MGDemo/turnView/MGNavVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGNavVC.h 3 | // MGDemo 4 | // 5 | // Created by ming on 16/7/8. 6 | // Copyright © 2016年 ming. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MGNavVC : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJExtension/MJArgument.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJArgument.h 3 | // ItcastWeibo 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 itcast. All rights reserved. 7 | // 包装一个方法参数 8 | 9 | #import 10 | /** 11 | * 包装一个方法参数 12 | */ 13 | @interface MJArgument : NSObject 14 | /** 参数的索引 */ 15 | @property (nonatomic, assign) int index; 16 | /** 参数类型 */ 17 | @property (nonatomic, copy) NSString *type; 18 | @end 19 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJExtension/MJArgument.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJArgument.m 3 | // ItcastWeibo 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 itcast. All rights reserved. 7 | // 8 | 9 | #import "MJArgument.h" 10 | #import "MJExtension.h" 11 | 12 | @implementation MJArgument 13 | MJLogAllIvrs 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJExtension/MJConst.m: -------------------------------------------------------------------------------- 1 | #ifndef __MJConst__M__ 2 | #define __MJConst__M__ 3 | 4 | #endif -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 itcast. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | + (BOOL)isClassFromFoundation:(Class)c; 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/MJRefresh/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | @interface MJRefreshBackFooter : MJRefreshFooter 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/Custom/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/MJRefresh/Custom/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/Custom/Footer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/MJRefresh/Custom/Footer/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoNormalFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoStateFooter.h" 10 | 11 | @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter 12 | /** 菊花的样式 */ 13 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/Masonry/Masonry/MASLayoutConstraint.m: -------------------------------------------------------------------------------- 1 | // 2 | // MASLayoutConstraint.m 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASLayoutConstraint.h" 10 | 11 | @implementation MASLayoutConstraint 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutConstraint+MASDebugAdditions.h 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASUtilities.h" 10 | 11 | /** 12 | * makes debug and log output of NSLayoutConstraints more readable 13 | */ 14 | @interface NSLayoutConstraint (MASDebugAdditions) 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of the SDWebImage package. 3 | * (c) Olivier Poitrey 4 | * 5 | * For the full copyright and license information, please view the LICENSE 6 | * file that was distributed with this source code. 7 | */ 8 | 9 | #import 10 | 11 | @protocol SDWebImageOperation 12 | 13 | - (void)cancel; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+MultiFormat.h 3 | // SDWebImage 4 | // 5 | // Created by Olivier Poitrey on 07/06/13. 6 | // Copyright (c) 2013 Dailymotion. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (MultiFormat) 12 | 13 | + (UIImage *)sd_imageWithData:(NSData *)data; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'SVProgressHUD' target in the 'SVProgressHUD' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/ThirdLib/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVRadialGradientLayer.h 3 | // SVProgressHUD, https://github.com/TransitApp/SVProgressHUD 4 | // 5 | // Copyright (c) 2014 Tobias Tiemerding. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVRadialGradientLayer : CALayer 11 | 12 | @property (nonatomic) CGPoint gradientCenter; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/ThirdLib/refresh/PMElasticRefresh.h: -------------------------------------------------------------------------------- 1 | // 2 | // PMElasticRefresh.h 3 | // PMElasticRefresh 4 | // 5 | // Created by Andy on 16/4/16. 6 | // Copyright © 2016年 AYJk. All rights reserved. 7 | // 8 | 9 | #ifndef PMElasticRefresh_h 10 | #define PMElasticRefresh_h 11 | 12 | #import "UIScrollView+ElasticRefresh.h" 13 | 14 | #endif /* PMElasticRefresh_h */ 15 | -------------------------------------------------------------------------------- /MGDemo/turnView/View/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/View/.DS_Store -------------------------------------------------------------------------------- /MGDemo/turnView/betaRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/betaRibbon.png -------------------------------------------------------------------------------- /MGDemo/turnView/data/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/12.png -------------------------------------------------------------------------------- /MGDemo/turnView/data/butterfly@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/butterfly@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/data/buyao.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/buyao.wav -------------------------------------------------------------------------------- /MGDemo/turnView/data/expend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/expend.png -------------------------------------------------------------------------------- /MGDemo/turnView/data/gril@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/gril@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/data/lose.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/lose.aac -------------------------------------------------------------------------------- /MGDemo/turnView/data/normal.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/normal.aac -------------------------------------------------------------------------------- /MGDemo/turnView/data/up1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/data/up1.png -------------------------------------------------------------------------------- /MGDemo/turnView/debugRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/debugRibbon.png -------------------------------------------------------------------------------- /MGDemo/turnView/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/example.gif -------------------------------------------------------------------------------- /MGDemo/turnView/food.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "food.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /MGDemo/turnView/food.imageset/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/food.imageset/food.png -------------------------------------------------------------------------------- /MGDemo/turnView/plane.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/plane.gif -------------------------------------------------------------------------------- /MGDemo/turnView/resizedBetaRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/resizedBetaRibbon.png -------------------------------------------------------------------------------- /MGDemo/turnView/resizedRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/resizedRibbon.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴20x20@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴20x20@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴29x29@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴29x29@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴40x40@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴40x40@3x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴60x60@2x.png -------------------------------------------------------------------------------- /MGDemo/turnView/晴60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LYM-mg/MGDemo/0e15e7534e869f221b5da3d00946c037c3f032d7/MGDemo/turnView/晴60x60@3x.png --------------------------------------------------------------------------------