├── DTCoreTextExample ├── Podfile ├── DTCoreText │ ├── Resources │ │ ├── EmojiTest.html │ │ ├── Icon.png │ │ ├── Icon@2x.png │ │ ├── Oliver.jpg │ │ ├── Oliver@2x.jpg │ │ ├── XB Niloofar.ttf │ │ ├── icon_smile.gif │ │ ├── XB NiloofarBd.ttf │ │ └── Default-568h@2x.png │ ├── ViewController.h │ └── AppDelegate.h ├── Pods │ ├── Headers │ │ ├── Private │ │ │ ├── DTFoundation │ │ │ │ ├── DTLog.h │ │ │ │ ├── DTVersion.h │ │ │ │ ├── DTBase64Coding.h │ │ │ │ ├── DTWeakSupport.h │ │ │ │ ├── DTBlockFunctions.h │ │ │ │ ├── DTFolderMonitor.h │ │ │ │ ├── NSArray+DTError.h │ │ │ │ ├── NSData+DTCrypto.h │ │ │ │ ├── NSString+DTPaths.h │ │ │ │ ├── DTAsyncFileDeleter.h │ │ │ │ ├── DTCoreGraphicsUtils.h │ │ │ │ ├── DTHTMLParser.h │ │ │ │ ├── NSURL+DTAppLinks.h │ │ │ │ ├── NSURL+DTComparing.h │ │ │ │ ├── NSURL+DTUnshorten.h │ │ │ │ ├── DTActivityTitleView.h │ │ │ │ ├── DTFoundationConstants.h │ │ │ │ ├── NSDictionary+DTError.h │ │ │ │ ├── NSString+DTUtilities.h │ │ │ │ ├── UIView+DTFoundation.h │ │ │ │ ├── DTAnimatedGIF.h │ │ │ │ ├── DTExtendedFileAttributes.h │ │ │ │ ├── DTPieProgressIndicator.h │ │ │ │ ├── NSFileWrapper+DTCopying.h │ │ │ │ ├── NSMutableArray+DTMoving.h │ │ │ │ ├── NSString+DTFormatNumbers.h │ │ │ │ ├── NSString+DTURLEncoding.h │ │ │ │ ├── UIImage+DTFoundation.h │ │ │ │ ├── UIWebView+DTFoundation.h │ │ │ │ ├── DTCustomColoredAccessory.h │ │ │ │ ├── DTSmartPagingScrollView.h │ │ │ │ ├── DTTiledLayerWithoutFade.h │ │ │ │ └── UIApplication+DTNetworkActivity.h │ │ │ └── DTCoreText │ │ │ │ ├── DTCoreText.h │ │ │ │ ├── DTTextBlock.h │ │ │ │ ├── DTHTMLElement.h │ │ │ │ ├── DTHTMLWriter.h │ │ │ │ ├── DTImage+HTML.h │ │ │ │ ├── DTLinkButton.h │ │ │ │ ├── NSString+CSS.h │ │ │ │ ├── NSString+HTML.h │ │ │ │ ├── DTCSSListStyle.h │ │ │ │ ├── DTCSSStylesheet.h │ │ │ │ ├── DTColorFunctions.h │ │ │ │ ├── DTCompatibility.h │ │ │ │ ├── DTCoreTextMacros.h │ │ │ │ ├── DTHTMLParserNode.h │ │ │ │ ├── DTLazyImageView.h │ │ │ │ ├── DTTextAttachment.h │ │ │ │ ├── DTWebVideoView.h │ │ │ │ ├── NSScanner+HTML.h │ │ │ │ ├── DTAttributedLabel.h │ │ │ │ ├── DTBreakHTMLElement.h │ │ │ │ ├── DTCoreTextGlyphRun.h │ │ │ │ ├── DTCoreTextLayouter.h │ │ │ │ ├── DTTextHTMLElement.h │ │ │ │ ├── UIFont+DTCoreText.h │ │ │ │ ├── DTAnchorHTMLElement.h │ │ │ │ ├── DTAttributedTextCell.h │ │ │ │ ├── DTAttributedTextView.h │ │ │ │ ├── DTColor+Compatibility.h │ │ │ │ ├── DTCoreTextConstants.h │ │ │ │ ├── DTCoreTextFunctions.h │ │ │ │ ├── DTCoreTextLayoutFrame.h │ │ │ │ ├── DTCoreTextLayoutLine.h │ │ │ │ ├── DTHTMLParserTextNode.h │ │ │ │ ├── DTImageTextAttachment.h │ │ │ │ ├── DTListItemHTMLElement.h │ │ │ │ ├── DTVideoTextAttachment.h │ │ │ │ ├── NSCharacterSet+HTML.h │ │ │ │ ├── NSMutableString+HTML.h │ │ │ │ ├── NSString+Paragraphs.h │ │ │ │ ├── DTAccessibilityElement.h │ │ │ │ ├── DTIframeTextAttachment.h │ │ │ │ ├── DTObjectTextAttachment.h │ │ │ │ ├── DTStylesheetHTMLElement.h │ │ │ │ ├── NSAttributedString+HTML.h │ │ │ │ ├── NSCoder+DTCompatibility.h │ │ │ │ ├── NSDictionary+DTCoreText.h │ │ │ │ ├── DTAccessibilityViewProxy.h │ │ │ │ ├── DTCoreTextFontCollection.h │ │ │ │ ├── DTCoreTextFontDescriptor.h │ │ │ │ ├── DTCoreTextParagraphStyle.h │ │ │ │ ├── DTDictationPlaceholderView.h │ │ │ │ ├── NSAttributedString+DTDebug.h │ │ │ │ ├── DTAttributedTextContentView.h │ │ │ │ ├── DTCoreTextLayoutFrame+Cursor.h │ │ │ │ ├── DTHorizontalRuleHTMLElement.h │ │ │ │ ├── DTTextAttachmentHTMLElement.h │ │ │ │ ├── NSAttributedString+SmallCaps.h │ │ │ │ ├── DTHTMLAttributedStringBuilder.h │ │ │ │ ├── NSAttributedString+DTCoreText.h │ │ │ │ ├── NSAttributedStringRunDelegates.h │ │ │ │ ├── NSMutableAttributedString+HTML.h │ │ │ │ ├── DTDictationPlaceholderTextAttachment.h │ │ │ │ └── DTCoreTextLayoutFrameAccessibilityElementGenerator.h │ │ └── Public │ │ │ ├── DTFoundation │ │ │ ├── DTLog.h │ │ │ ├── DTVersion.h │ │ │ ├── DTBase64Coding.h │ │ │ ├── DTWeakSupport.h │ │ │ ├── DTBlockFunctions.h │ │ │ ├── DTFolderMonitor.h │ │ │ ├── NSArray+DTError.h │ │ │ ├── NSData+DTCrypto.h │ │ │ ├── NSString+DTPaths.h │ │ │ ├── NSURL+DTComparing.h │ │ │ ├── NSURL+DTUnshorten.h │ │ │ ├── DTAsyncFileDeleter.h │ │ │ ├── DTCoreGraphicsUtils.h │ │ │ ├── DTHTMLParser.h │ │ │ ├── NSURL+DTAppLinks.h │ │ │ ├── DTActivityTitleView.h │ │ │ ├── DTAnimatedGIF.h │ │ │ ├── DTFoundationConstants.h │ │ │ ├── NSDictionary+DTError.h │ │ │ ├── NSString+DTURLEncoding.h │ │ │ ├── NSString+DTUtilities.h │ │ │ ├── UIImage+DTFoundation.h │ │ │ ├── UIView+DTFoundation.h │ │ │ ├── DTExtendedFileAttributes.h │ │ │ ├── DTPieProgressIndicator.h │ │ │ ├── NSFileWrapper+DTCopying.h │ │ │ ├── NSMutableArray+DTMoving.h │ │ │ ├── NSString+DTFormatNumbers.h │ │ │ ├── UIWebView+DTFoundation.h │ │ │ ├── DTCustomColoredAccessory.h │ │ │ ├── DTSmartPagingScrollView.h │ │ │ ├── DTTiledLayerWithoutFade.h │ │ │ └── UIApplication+DTNetworkActivity.h │ │ │ └── DTCoreText │ │ │ ├── DTCoreText.h │ │ │ ├── DTTextBlock.h │ │ │ ├── DTCSSListStyle.h │ │ │ ├── DTHTMLElement.h │ │ │ ├── DTHTMLWriter.h │ │ │ ├── DTImage+HTML.h │ │ │ ├── DTLinkButton.h │ │ │ ├── DTWebVideoView.h │ │ │ ├── NSScanner+HTML.h │ │ │ ├── NSString+CSS.h │ │ │ ├── NSString+HTML.h │ │ │ ├── DTCSSStylesheet.h │ │ │ ├── DTColorFunctions.h │ │ │ ├── DTCompatibility.h │ │ │ ├── DTCoreTextMacros.h │ │ │ ├── DTHTMLParserNode.h │ │ │ ├── DTLazyImageView.h │ │ │ ├── DTTextAttachment.h │ │ │ ├── DTAnchorHTMLElement.h │ │ │ ├── DTAttributedLabel.h │ │ │ ├── DTBreakHTMLElement.h │ │ │ ├── DTCoreTextConstants.h │ │ │ ├── DTCoreTextFunctions.h │ │ │ ├── DTCoreTextGlyphRun.h │ │ │ ├── DTCoreTextLayouter.h │ │ │ ├── DTTextHTMLElement.h │ │ │ ├── NSCharacterSet+HTML.h │ │ │ ├── NSString+Paragraphs.h │ │ │ ├── UIFont+DTCoreText.h │ │ │ ├── DTAttributedTextCell.h │ │ │ ├── DTAttributedTextView.h │ │ │ ├── DTColor+Compatibility.h │ │ │ ├── DTCoreTextLayoutFrame.h │ │ │ ├── DTCoreTextLayoutLine.h │ │ │ ├── DTHTMLParserTextNode.h │ │ │ ├── DTImageTextAttachment.h │ │ │ ├── DTListItemHTMLElement.h │ │ │ ├── DTVideoTextAttachment.h │ │ │ ├── NSMutableString+HTML.h │ │ │ ├── DTAccessibilityElement.h │ │ │ ├── DTAccessibilityViewProxy.h │ │ │ ├── DTCoreTextFontCollection.h │ │ │ ├── DTCoreTextFontDescriptor.h │ │ │ ├── DTCoreTextParagraphStyle.h │ │ │ ├── DTIframeTextAttachment.h │ │ │ ├── DTObjectTextAttachment.h │ │ │ ├── DTStylesheetHTMLElement.h │ │ │ ├── NSAttributedString+HTML.h │ │ │ ├── NSCoder+DTCompatibility.h │ │ │ ├── NSDictionary+DTCoreText.h │ │ │ ├── DTDictationPlaceholderView.h │ │ │ ├── NSAttributedString+DTDebug.h │ │ │ ├── DTAttributedTextContentView.h │ │ │ ├── DTCoreTextLayoutFrame+Cursor.h │ │ │ ├── DTHTMLAttributedStringBuilder.h │ │ │ ├── DTHorizontalRuleHTMLElement.h │ │ │ ├── DTTextAttachmentHTMLElement.h │ │ │ ├── NSAttributedString+DTCoreText.h │ │ │ ├── NSAttributedString+SmallCaps.h │ │ │ ├── NSAttributedStringRunDelegates.h │ │ │ ├── NSMutableAttributedString+HTML.h │ │ │ ├── DTDictationPlaceholderTextAttachment.h │ │ │ └── DTCoreTextLayoutFrameAccessibilityElementGenerator.h │ ├── Target Support Files │ │ ├── Pods-DTFoundation │ │ │ ├── Pods-DTFoundation-prefix.pch │ │ │ ├── Pods-DTFoundation-dummy.m │ │ │ └── Pods-DTFoundation.xcconfig │ │ ├── Pods │ │ │ └── Pods-dummy.m │ │ └── Pods-DTCoreText │ │ │ ├── Pods-DTCoreText-prefix.pch │ │ │ ├── Pods-DTCoreText.xcconfig │ │ │ └── Pods-DTCoreText-dummy.m │ └── DTFoundation │ │ └── Core │ │ └── Source │ │ ├── DTFoundationConstants.h │ │ └── DTFoundationConstants.m ├── DTCoreText.xcworkspace │ ├── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── UserInterfaceState.xcuserstate │ └── contents.xcworkspacedata └── DTCoreText.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── Internationalization ├── Internationalization │ ├── zh-Hans.lproj │ │ ├── Main.strings │ │ ├── LaunchScreen.strings │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── cn-icon.png │ ├── en-icon.png │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── ViewController.h │ └── AppDelegate.h └── Internationalization.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SetRect ├── SetRect │ ├── Assets.xcassets │ │ ├── Contents.json │ │ └── next.imageset │ │ │ ├── next@2x.png │ │ │ └── next@3x.png │ ├── ViewController.h │ ├── AppDelegate.h │ └── main.m └── SetRect.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── Animator ├── Animator │ ├── PUSH & POP.png │ ├── 根控制器作为代理需要注意的地方.png │ ├── 设置Present 与 Dismiss 相关事宜.png │ ├── PopAnimator.h │ ├── PushAnimator.h │ ├── DismissAnimator.h │ ├── PresentAnimator.h │ ├── PushViewController.h │ ├── RootViewController.h │ ├── CustomUINavigationController.h │ ├── UIColor+Random.h │ ├── AppDelegate.h │ ├── PresentViewController.h │ └── main.m └── Animator.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── ColorPickerDemo ├── ColorPickerDemo │ ├── 1.png │ ├── Assets.xcassets │ │ └── Contents.json │ ├── colorWheel1.png │ ├── ViewController.h │ └── AppDelegate.h └── ColorPickerDemo.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── CoreTextExample ├── CoreTextExample │ ├── gray.png │ ├── 字形.png │ ├── CTFrame组成.png │ ├── bd_logo1.png │ ├── Demo_6_View.h │ ├── Demo_3_View.h │ ├── Demo_4_View.h │ ├── Demo_2_View.h │ ├── Demo_5_View.h │ ├── Demo_1_View.h │ ├── ViewController.h │ ├── Demo_1_ViewController.h │ ├── Demo_2_ViewController.h │ ├── Demo_3_ViewController.h │ ├── Demo_4_ViewController.h │ ├── Demo_5_ViewController.h │ ├── Demo_6_ViewController.h │ ├── AppDelegate.h │ └── BaseViewController.h └── CoreTextExample.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── DragAndCrop ├── DragAndCrop │ ├── Files │ │ ├── pic_1.png │ │ └── pic_2.png │ ├── ListTableViewController.h │ ├── Controllers │ │ ├── DragViewController │ │ │ └── DragViewController.h │ │ ├── CropImageViewController │ │ │ └── CropImageViewController.h │ │ ├── DragViewVer2ViewController │ │ │ └── DragViewVer2ViewController.h │ │ ├── DragAndResizeVer1ViewController │ │ │ └── DragAndResizeVer1ViewController.h │ │ ├── DragAndResizeVer2ViewController │ │ │ └── DragAndResizeVer2ViewController.h │ │ ├── DragAndResizeVer3ViewController │ │ │ └── DragAndResizeVer3ViewController.h │ │ ├── DragAndResizeVer4ViewController │ │ │ └── DragAndResizeVer4ViewController.h │ │ ├── DragAndResizeVer5ViewController │ │ │ └── DragAndResizeVer5ViewController.h │ │ ├── DragAndResizeVer6ViewController │ │ │ └── DragAndResizeVer6ViewController.h │ │ └── DragAndResizeVer7ViewController │ │ │ └── DragAndResizeVer7ViewController.h │ └── AppDelegate.h └── DragAndCrop.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── EmitterAnimation ├── EmitterAnimation │ ├── Assets.xcassets │ │ ├── Contents.json │ │ └── snow.imageset │ │ │ └── snow@2x.png │ ├── ViewController.h │ └── AppDelegate.h └── EmitterAnimation.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── TableViewNesting ├── TableViewNesting │ ├── Assets.xcassets │ │ └── Contents.json │ ├── BannerCell.h │ ├── NoticeCell.h │ ├── ViewController.h │ ├── Value.m │ ├── NestingTableView.h │ ├── Value.h │ └── AppDelegate.h └── TableViewNesting.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SideViewController ├── SideViewController │ ├── Assets.xcassets │ │ ├── Contents.json │ │ └── back.imageset │ │ │ └── back@3x.png │ ├── LeftViewController.h │ ├── MainViewController.h │ ├── ViewController.h │ ├── LeftViewCell.h │ └── AppDelegate.h └── SideViewController.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── iCloudDocumentExample ├── iCloudDocumentExample │ ├── Assets.xcassets │ │ └── Contents.json │ ├── files │ │ ├── 1.png │ │ ├── 2.jpg │ │ ├── 5.jpg │ │ ├── 3.jpeg │ │ ├── 4.jpeg │ │ └── 6.jpeg │ ├── MetaDataCell.h │ ├── ViewController.h │ ├── iCloud │ │ └── ICloudDocument.h │ └── AppDelegate.h └── iCloudDocumentExample.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── IrregularElementsCreator ├── IrregularElementsCreator │ ├── Assets.xcassets │ │ └── Contents.json │ ├── IrregularElementsCreator │ │ └── IrregularElementsCreator.gif │ ├── ViewController.h │ └── AppDelegate.h └── IrregularElementsCreator.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── StatusBarAnimation ├── StatusBarAnimation │ ├── demo.gif │ ├── detail.png │ ├── ViewController.h │ ├── AppDelegate.h │ └── GCD.h └── StatusBarAnimation.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── UITableBarControllerDemo ├── UITableBarControllerDemo │ ├── Assets.xcassets │ │ ├── Contents.json │ │ └── TableBarIcons │ │ │ ├── Contents.json │ │ │ ├── tabme.imageset │ │ │ └── tabme@2x.png │ │ │ ├── tab_me.imageset │ │ │ └── tab_me@2x.png │ │ │ ├── tab_oa.imageset │ │ │ └── tab_oa@2x.png │ │ │ ├── tab_plan.imageset │ │ │ └── tab_plan@2x.png │ │ │ ├── tab_space.imageset │ │ │ └── tab_space@2x.png │ │ │ ├── tab_me_pre.imageset │ │ │ └── tab_me_pre@2x.png │ │ │ ├── tab_oa_pre.imageset │ │ │ └── tab_oa_pre@2x.png │ │ │ ├── tab_service.imageset │ │ │ └── tab_service@2x.png │ │ │ ├── tab_plan_pre.imageset │ │ │ └── tab_plan_pre@2x.png │ │ │ ├── tab_space_pre.imageset │ │ │ └── tab_space_pre@2x.png │ │ │ └── tab_service_pre.imageset │ │ │ └── tab_service_pre@2x.png │ ├── UIColor+CreateImage.h │ └── AppDelegate.h └── UITableBarControllerDemo.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── CustomSlider ├── CustomSlider │ ├── currentThumbImage@2x.png │ ├── currentMaximumTrackImage@2x.png │ ├── currentMinimumTrackImage@2x.png │ ├── ViewController.h │ └── AppDelegate.h └── CustomSlider.xcodeproj │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── PNGIconsCompressTool ├── PNGIconsCompressTool │ ├── 1024.png │ ├── new.png │ ├── tou.png │ ├── 1024x1024pt.png │ ├── 3001541669633_.pic_hd.png │ ├── Assets.xcassets │ │ └── AppIcon.appiconset │ │ │ ├── App_Store_iOS_1024pt.png │ │ │ ├── iPad_App_iOS_7-11_76pt.png │ │ │ ├── iPad_App_iOS_7-11_76pt@2x.png │ │ │ ├── iPad_App_iOS_7-11_83.5pt@2x.png │ │ │ ├── iPad_Settings_iOS_5-11_29pt.png │ │ │ ├── iPad_Spotlight_iOS_7-11_40pt.png │ │ │ ├── iPhone_App_iOS_7-11_60pt@2x.png │ │ │ ├── iPhone_App_iOS_7-11_60pt@3x.png │ │ │ ├── iPad_Notification_iOS_7-11_20pt.png │ │ │ ├── iPad_Settings_iOS_5-11_29pt@2x.png │ │ │ ├── iPad_Spotlight_iOS_7-11_40pt@2x.png │ │ │ ├── iPad_Notification_iOS_7-11_20pt@2x.png │ │ │ ├── iPhone_Settings_iOS_5-11_29pt@2x.png │ │ │ ├── iPhone_Settings_iOS_5-11_29pt@3x.png │ │ │ ├── iPhone_Spotlight_iOS_7-11_40pt@2x.png │ │ │ ├── iPhone_Spotlight_iOS_7-11_40pt@3x.png │ │ │ ├── iPhone_Notification_iOS_7-11_20pt@2x.png │ │ │ └── iPhone_Notification_iOS_7-11_20pt@3x.png │ ├── ViewController.h │ └── AppDelegate.h └── PNGIconsCompressTool.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── TotalCustomTabBarController ├── TotalCustomTabBarController │ ├── Assets.xcassets │ │ ├── Contents.json │ │ ├── tab_me.imageset │ │ │ └── tab_me@2x.png │ │ ├── TabBar1.imageset │ │ │ └── 首页图标_未选中@2x.png │ │ ├── TabBar2.imageset │ │ │ └── 资讯图标_未选中@2x.png │ │ ├── TabBar4.imageset │ │ │ └── 数据图标_未选中@2x.png │ │ ├── TabBar5.imageset │ │ │ └── 我图标_未选中@2x.png │ │ ├── TabBar1Sel.imageset │ │ │ └── 首页图标_选中时@2x.png │ │ ├── TabBar2Sel.imageset │ │ │ └── 资讯图标_选中时@2x.png │ │ ├── TabBar4Sel.imageset │ │ │ └── 数据图标_选中时@2x.png │ │ ├── TabBar5Sel.imageset │ │ │ └── 我图标_选中时@2x.png │ │ ├── tab_event.imageset │ │ │ └── tab_event@2x.png │ │ ├── tab_space.imageset │ │ │ └── tab_space@2x.png │ │ ├── 摄影机图标_点击前.imageset │ │ │ └── 摄影机图标_点击前@2x.png │ │ ├── 摄影机图标_点击后.imageset │ │ │ └── 摄影机图标_点击后@2x.png │ │ ├── tab_me_pre.imageset │ │ │ └── tab_me_pre@2x.png │ │ ├── tab_company.imageset │ │ │ └── tab_company@2x.png │ │ ├── tab_service.imageset │ │ │ └── tab_service@2x.png │ │ ├── tab_event_pre.imageset │ │ │ └── tab_event_pre@2x.png │ │ ├── tab_space_pre.imageset │ │ │ └── tab_space_pre@2x.png │ │ ├── tab_company_pre.imageset │ │ │ └── tab_company_pre@2x.png │ │ └── tab_service_pre.imageset │ │ │ └── tab_service_pre@2x.png │ ├── CenterViewController.h │ ├── FirstViewController.h │ ├── PushViewController.h │ ├── ThirdViewController.h │ ├── FourthViewController.h │ └── SecondViewController.h └── TotalCustomTabBarController.xcodeproj │ ├── xcuserdata │ └── YouXianMing.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ ├── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate │ └── YouXianMing1987@iCloud.com.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── UIActivityViewControllerDemo ├── UIActivityViewControllerDemo │ ├── Assets.xcassets │ │ └── Contents.json │ ├── facebookImage@2x.png │ └── ViewController.h └── UIActivityViewControllerDemo.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── Math-Sort ├── Math-Sort.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── Math-Sort │ ├── ViewController.h │ ├── AppDelegate.h │ └── main.m ├── iPad_App ├── iPad_App.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── iPad_App │ ├── Masonry │ └── MASLayoutConstraint.m │ ├── BaseSplitViewController.h │ ├── MasterViewController │ ├── MasterViewController.h │ └── cells │ │ └── MasterTableViewCell.h │ ├── FirstDetailViewController │ ├── ViewControllers │ │ ├── FirstViewController.h │ │ ├── ThirdViewController.h │ │ └── SecondViewController.h │ └── FirstDetailViewController.h │ ├── UIViewController+DebugFrame.h │ ├── SecondDetailViewController │ └── SecondDetailViewController.h │ ├── AppDelegate.h │ └── main.m ├── RoundButton ├── RoundButton.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── RoundButton │ ├── RoundButton.h │ ├── ViewController.h │ └── AppDelegate.h ├── UICollectionViewLayoutExample ├── UICollectionViewLayoutExample │ ├── ComplexLineLayout.png │ ├── Model.m │ ├── LineLayout.h │ ├── ListViewController.h │ ├── Masonry │ │ └── MASLayoutConstraint.m │ ├── GridDecorationView.h │ ├── ComplexLineLayout.h │ ├── GridLayoutFooterView.h │ ├── GridLayoutHeaderView.h │ ├── FlowLayoutViewController.h │ ├── GridLayoutViewController.h │ ├── FooterCollectionReusableView.h │ ├── HeaderCollectionReusableView.h │ ├── LineLayoutViewController.h │ ├── ComplexGridLayoutViewController.h │ ├── Model.h │ └── GCD.h └── UICollectionViewLayoutExample.xcodeproj │ ├── xcuserdata │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── GridFlowLayoutExample ├── GridFlowLayoutExample.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── GridFlowLayoutExample │ ├── CollectionViewCell.m │ ├── ViewController.h │ ├── CollectionViewCell.h │ ├── FlowStyleCell.h │ └── AppDelegate.h ├── UICollectionView ├── UICollectionView.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── UICollectionView │ ├── GridDecorationView.h │ ├── Masonry │ └── MASLayoutConstraint.m │ ├── FlowLayoutViewController.h │ ├── GridLayoutFooterView.h │ ├── GridLayoutHeaderView.h │ ├── GridLayoutViewController.h │ ├── FooterCollectionReusableView.h │ ├── HeaderCollectionReusableView.h │ ├── ComplexGridLayoutViewController.h │ ├── AppDelegate.h │ └── GCD.h ├── UIDynamicExamples ├── UIDynamicExamples.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── UIDynamicExamples │ ├── Item.m │ ├── TableViewController.h │ ├── SnapBehaviorController.h │ ├── GravityAndCollisionController.h │ ├── AppDelegate.h │ ├── BaseViewController.h │ └── Item.h ├── UITableViewOperation ├── UITableViewOperation.xcodeproj │ ├── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── UITableViewOperation │ ├── libs │ ├── ListTableViewCell.h │ └── GCD.h │ ├── AddOrMoveOrDeleteViewController │ ├── TitleCell.h │ ├── AddTableViewCell.h │ ├── AddOrMoveOrDeleteCell.h │ └── AddOrMoveOrDeleteViewController.h │ ├── AddOrRemoveCellsViewController │ ├── AddIconCell.h │ ├── AddOrRemoveCell.h │ └── AddOrRemoveCellsViewController.h │ ├── ListTableViewController.h │ ├── MoveCellsViewController │ ├── NormalDragViewCell.h │ └── MoveCellsViewController.h │ └── AppDelegate.h ├── ItemStyle ├── ItemStyle.xcodeproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── ItemStyle │ ├── ViewController.h │ ├── RedStyle.h │ ├── AppDelegate.h │ └── main.m ├── DragAndCollision ├── DragView.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── DragView │ ├── ViewController.h │ └── AppDelegate.h ├── StringRange ├── StringRange.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── StringRange │ ├── ViewController.h │ ├── AppDelegate.h │ └── StringAttribute │ └── ConcreteAttribute │ ├── FontAttribute.h │ └── UnderlineStyleAttribute.h ├── ChainProgram ├── ChainProgram.xcodeproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── ChainProgram │ ├── ViewController.h │ ├── AppDelegate.h │ └── main.m ├── FMDB-Example ├── FMDB-Example.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── FMDB-Example │ ├── ViewController.h │ ├── fmdb │ └── FMDB.h │ ├── AppDelegate.h │ ├── NSData+JSONData.h │ └── NSString+JSONData.h ├── MathAlgorithms ├── MathAlgorithms.xcodeproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── MathAlgorithms │ ├── ViewController.h │ └── AppDelegate.h ├── LocationServiceManager ├── LocationServiceManager.xcodeproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── LocationServiceManager │ ├── ViewController.h │ └── AppDelegate.h ├── CustomTabbarViewController ├── CustomTabbarViewController.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── CustomTabbarViewController │ ├── FirstViewController.h │ ├── SecondViewController.h │ └── ViewController.h ├── InfiniteLoopCollectionView ├── InfiniteLoopCollectionView.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── InfiniteLoopCollectionView │ └── ViewController.h └── UICollectionViewFlowLayoutExample ├── UICollectionViewFlowLayoutExample.xcodeproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── UserInterfaceState.xcuserstate └── UICollectionViewFlowLayoutExample ├── FlowStyleCell.h ├── ViewController.h ├── CollectionBottomView.h └── CollectionHeaderView.h /DTCoreTextExample/Podfile: -------------------------------------------------------------------------------- 1 | platform :ios 2 | pod 'DTCoreText' -------------------------------------------------------------------------------- /Internationalization/Internationalization/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/zh-Hans.lproj/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/EmojiTest.html: -------------------------------------------------------------------------------- 1 | Here is a Smiley: 😄 and Mr. Poop: 💩 -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTLog.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTLog.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTLog.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTLog.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTTextBlock.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextBlock.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTVersion.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTVersion.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTTextBlock.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextBlock.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTVersion.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTVersion.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHTMLWriter.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLWriter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTImage+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTImage+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTLinkButton.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTLinkButton.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSString+CSS.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+CSS.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCSSListStyle.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCSSListStyle.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHTMLWriter.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLWriter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTImage+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTImage+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTLinkButton.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTLinkButton.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTWebVideoView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTWebVideoView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSScanner+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSScanner+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSString+CSS.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+CSS.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCSSListStyle.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCSSListStyle.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCSSStylesheet.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCSSStylesheet.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTColorFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTColorFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCompatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCompatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextMacros.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextMacros.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHTMLParserNode.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLParserNode.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTLazyImageView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTLazyImageView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTWebVideoView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTWebVideoView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSScanner+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSScanner+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTBase64Coding.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTBase64Coding.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTWeakSupport.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTWeakSupport.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCSSStylesheet.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCSSStylesheet.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTColorFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTColorFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCompatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCompatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextMacros.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextMacros.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHTMLParserNode.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLParserNode.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTLazyImageView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTLazyImageView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTBase64Coding.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTBase64Coding.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTWeakSupport.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTWeakSupport.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAttributedLabel.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedLabel.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTBreakHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTBreakHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextGlyphRun.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextGlyphRun.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextLayouter.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayouter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTTextHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/UIFont+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/UIFont+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTBlockFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTBlockFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTFolderMonitor.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTFolderMonitor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSArray+DTError.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSArray+DTError.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSData+DTCrypto.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSData+DTCrypto.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSString+DTPaths.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTPaths.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAnchorHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAnchorHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAttributedLabel.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedLabel.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTBreakHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTBreakHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextConstants.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextConstants.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextGlyphRun.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextGlyphRun.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextLayouter.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayouter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTTextHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSCharacterSet+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSCharacterSet+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSString+Paragraphs.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+Paragraphs.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/UIFont+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/UIFont+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTBlockFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTBlockFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTFolderMonitor.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTFolderMonitor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSArray+DTError.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSArray+DTError.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSData+DTCrypto.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSData+DTCrypto.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSString+DTPaths.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTPaths.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSURL+DTComparing.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSURL+DTComparing.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSURL+DTUnshorten.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSURL+DTUnshorten.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAnchorHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAnchorHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAttributedTextCell.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextCell.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAttributedTextView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTColor+Compatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTColor+Compatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextConstants.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextConstants.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextFunctions.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFunctions.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextLayoutFrame.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrame.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextLayoutLine.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutLine.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHTMLParserTextNode.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLParserTextNode.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTImageTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTImageTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTListItemHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTListItemHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTVideoTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTVideoTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSCharacterSet+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSCharacterSet+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSMutableString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSMutableString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSString+Paragraphs.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSString+Paragraphs.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTAsyncFileDeleter.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTAsyncFileDeleter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTCoreGraphicsUtils.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTCoreGraphicsUtils.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTHTMLParser.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTHTMLParser/DTHTMLParser.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSURL+DTAppLinks.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/NSURL+DTAppLinks.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSURL+DTComparing.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSURL+DTComparing.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSURL+DTUnshorten.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSURL+DTUnshorten.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAttributedTextCell.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextCell.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAttributedTextView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTColor+Compatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTColor+Compatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextLayoutFrame.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrame.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextLayoutLine.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutLine.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHTMLParserTextNode.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLParserTextNode.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTImageTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTImageTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTListItemHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTListItemHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTVideoTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTVideoTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSMutableString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSMutableString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTAsyncFileDeleter.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTAsyncFileDeleter.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTCoreGraphicsUtils.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTCoreGraphicsUtils.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTHTMLParser.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTHTMLParser/DTHTMLParser.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSURL+DTAppLinks.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/NSURL+DTAppLinks.h -------------------------------------------------------------------------------- /SetRect/SetRect/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Animator/Animator/PUSH & POP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Animator/Animator/PUSH & POP.png -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAccessibilityElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAccessibilityElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTIframeTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTIframeTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTObjectTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTObjectTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTStylesheetHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTStylesheetHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSAttributedString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSCoder+DTCompatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSCoder+DTCompatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSDictionary+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSDictionary+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTActivityTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTActivityTitleView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTFoundationConstants.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTFoundationConstants.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSDictionary+DTError.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSDictionary+DTError.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSString+DTUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTUtilities.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/UIView+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIView+DTFoundation.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAccessibilityElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAccessibilityElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAccessibilityViewProxy.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAccessibilityViewProxy.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextFontCollection.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFontCollection.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextFontDescriptor.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFontDescriptor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextParagraphStyle.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextParagraphStyle.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTIframeTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTIframeTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTObjectTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTObjectTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTStylesheetHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTStylesheetHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSAttributedString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSCoder+DTCompatibility.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSCoder+DTCompatibility.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSDictionary+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSDictionary+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTActivityTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTActivityTitleView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTAnimatedGIF.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTFoundationConstants.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTFoundationConstants.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSDictionary+DTError.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSDictionary+DTError.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSString+DTURLEncoding.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTURLEncoding.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSString+DTUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTUtilities.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/UIImage+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIImage+DTFoundation.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/UIView+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIView+DTFoundation.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAccessibilityViewProxy.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAccessibilityViewProxy.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextFontCollection.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFontCollection.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextFontDescriptor.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextFontDescriptor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextParagraphStyle.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextParagraphStyle.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTDictationPlaceholderView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTDictationPlaceholderView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSAttributedString+DTDebug.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+DTDebug.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTAnimatedGIF.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTExtendedFileAttributes.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTExtendedFileAttributes.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTPieProgressIndicator.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTPieProgressIndicator.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSFileWrapper+DTCopying.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSFileWrapper+DTCopying.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSMutableArray+DTMoving.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSMutableArray+DTMoving.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSString+DTFormatNumbers.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTFormatNumbers.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/NSString+DTURLEncoding.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTURLEncoding.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/UIImage+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIImage+DTFoundation.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/UIWebView+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIWebView+DTFoundation.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTDictationPlaceholderView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTDictationPlaceholderView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSAttributedString+DTDebug.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+DTDebug.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTExtendedFileAttributes.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/DTExtendedFileAttributes.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTPieProgressIndicator.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTPieProgressIndicator.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSFileWrapper+DTCopying.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSFileWrapper+DTCopying.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSMutableArray+DTMoving.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSMutableArray+DTMoving.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/NSString+DTFormatNumbers.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/NSString+DTFormatNumbers.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/UIWebView+DTFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIWebView+DTFoundation.h -------------------------------------------------------------------------------- /Animator/Animator/根控制器作为代理需要注意的地方.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Animator/Animator/根控制器作为代理需要注意的地方.png -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/ColorPickerDemo/ColorPickerDemo/1.png -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTAttributedTextContentView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextContentView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextLayoutFrame+Cursor.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrame+Cursor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHorizontalRuleHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHorizontalRuleHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTTextAttachmentHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextAttachmentHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSAttributedString+SmallCaps.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+SmallCaps.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTCustomColoredAccessory.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTCustomColoredAccessory.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTSmartPagingScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTSmartPagingScrollView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/DTTiledLayerWithoutFade.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTTiledLayerWithoutFade.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTAttributedTextContentView.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTAttributedTextContentView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextLayoutFrame+Cursor.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrame+Cursor.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHTMLAttributedStringBuilder.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLAttributedStringBuilder.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTHorizontalRuleHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHorizontalRuleHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTTextAttachmentHTMLElement.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTTextAttachmentHTMLElement.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSAttributedString+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSAttributedString+SmallCaps.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+SmallCaps.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTCustomColoredAccessory.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTCustomColoredAccessory.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTSmartPagingScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTSmartPagingScrollView.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/DTTiledLayerWithoutFade.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/DTTiledLayerWithoutFade.h -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CoreTextExample/CoreTextExample/gray.png -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/字形.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CoreTextExample/CoreTextExample/字形.png -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTHTMLAttributedStringBuilder.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTHTMLAttributedStringBuilder.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSAttributedString+DTCoreText.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedString+DTCoreText.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSAttributedStringRunDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedStringRunDelegates.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/NSMutableAttributedString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSMutableAttributedString+HTML.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSAttributedStringRunDelegates.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSAttributedStringRunDelegates.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/NSMutableAttributedString+HTML.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/NSMutableAttributedString+HTML.h -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Files/pic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DragAndCrop/DragAndCrop/Files/pic_1.png -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Files/pic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DragAndCrop/DragAndCrop/Files/pic_2.png -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /SideViewController/SideViewController/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/CTFrame组成.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CoreTextExample/CoreTextExample/CTFrame组成.png -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/bd_logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CoreTextExample/CoreTextExample/bd_logo1.png -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTDictationPlaceholderTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTDictationPlaceholderTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTFoundation/UIApplication+DTNetworkActivity.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIApplication+DTNetworkActivity.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTDictationPlaceholderTextAttachment.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTDictationPlaceholderTextAttachment.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTFoundation/UIApplication+DTNetworkActivity.h: -------------------------------------------------------------------------------- 1 | ../../../DTFoundation/Core/Source/iOS/UIApplication+DTNetworkActivity.h -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Animator/Animator/设置Present 与 Dismiss 相关事宜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Animator/Animator/设置Present 与 Dismiss 相关事宜.png -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo/colorWheel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/ColorPickerDemo/ColorPickerDemo/colorWheel1.png -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/Icon.png -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/StatusBarAnimation/StatusBarAnimation/demo.gif -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CustomSlider/CustomSlider/currentThumbImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CustomSlider/CustomSlider/currentThumbImage@2x.png -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/Icon@2x.png -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/Oliver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/Oliver.jpg -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/1024.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/new.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/tou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/tou.png -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation/detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/StatusBarAnimation/StatusBarAnimation/detail.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/Oliver@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/Oliver@2x.jpg -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/XB Niloofar.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/XB Niloofar.ttf -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/icon_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/icon_smile.gif -------------------------------------------------------------------------------- /Internationalization/Internationalization/cn-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Internationalization/Internationalization/cn-icon.png -------------------------------------------------------------------------------- /Internationalization/Internationalization/en-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Internationalization/Internationalization/en-icon.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/1.png -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/2.jpg -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/5.jpg -------------------------------------------------------------------------------- /CustomSlider/CustomSlider/currentMaximumTrackImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CustomSlider/CustomSlider/currentMaximumTrackImage@2x.png -------------------------------------------------------------------------------- /CustomSlider/CustomSlider/currentMinimumTrackImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CustomSlider/CustomSlider/currentMinimumTrackImage@2x.png -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/XB NiloofarBd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/XB NiloofarBd.ttf -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/1024x1024pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/1024x1024pt.png -------------------------------------------------------------------------------- /SetRect/SetRect/Assets.xcassets/next.imageset/next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/SetRect/SetRect/Assets.xcassets/next.imageset/next@2x.png -------------------------------------------------------------------------------- /SetRect/SetRect/Assets.xcassets/next.imageset/next@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/SetRect/SetRect/Assets.xcassets/next.imageset/next@3x.png -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/3.jpeg -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/4.jpeg -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/files/6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/iCloudDocumentExample/iCloudDocumentExample/files/6.jpeg -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/Resources/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText/Resources/Default-568h@2x.png -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Private/DTCoreText/DTCoreTextLayoutFrameAccessibilityElementGenerator.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Headers/Public/DTCoreText/DTCoreTextLayoutFrameAccessibilityElementGenerator.h: -------------------------------------------------------------------------------- 1 | ../../../DTCoreText/Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.h -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTFoundation/Pods-DTFoundation-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods : NSObject 3 | @end 4 | @implementation PodsDummy_Pods 5 | @end 6 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/3001541669633_.pic_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/3001541669633_.pic_hd.png -------------------------------------------------------------------------------- /SetRect/SetRect.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /Animator/Animator.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTCoreText/Pods-DTCoreText-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | #import 7 | -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation/Assets.xcassets/snow.imageset/snow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/EmitterAnimation/EmitterAnimation/Assets.xcassets/snow.imageset/snow@2x.png -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /Math-Sort/Math-Sort.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/Assets.xcassets/back.imageset/back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/SideViewController/SideViewController/Assets.xcassets/back.imageset/back@3x.png -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo/facebookImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UIActivityViewControllerDemo/UIActivityViewControllerDemo/facebookImage@2x.png -------------------------------------------------------------------------------- /iPad_App/iPad_App.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTCoreText/Pods-DTCoreText.xcconfig: -------------------------------------------------------------------------------- 1 | PODS_DTCORETEXT_OTHER_LDFLAGS = -framework "CoreGraphics" -framework "CoreText" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /RoundButton/RoundButton.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /SideViewController/SideViewController.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/ComplexLineLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UICollectionViewLayoutExample/UICollectionViewLayoutExample/ComplexLineLayout.png -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTCoreText/Pods-DTCoreText-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_DTCoreText : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_DTCoreText 5 | @end 6 | -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTFoundation/Pods-DTFoundation-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_DTFoundation : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_DTFoundation 5 | @end 6 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /Animator/Animator.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/Target Support Files/Pods-DTFoundation/Pods-DTFoundation.xcconfig: -------------------------------------------------------------------------------- 1 | PODS_DTFOUNDATION_HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2" 2 | PODS_DTFOUNDATION_OTHER_LDFLAGS = -l"xml2" -framework "ImageIO" -framework "QuartzCore" -------------------------------------------------------------------------------- /SetRect/SetRect.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /iPad_App/iPad_App.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /ItemStyle/ItemStyle.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Math-Sort/Math-Sort.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DragAndCollision/DragView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /RoundButton/RoundButton.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /StringRange/StringRange.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ChainProgram/ChainProgram.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CustomSlider/CustomSlider.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /MathAlgorithms/MathAlgorithms.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/App_Store_iOS_1024pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/App_Store_iOS_1024pt.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_me.imageset/tab_me@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_me.imageset/tab_me@2x.png -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* 2 | InfoPlist.strings 3 | Internationalization 4 | 5 | Created by YouXianMing on 16/4/26. 6 | Copyright © 2016年 YouXianMing. All rights reserved. 7 | */ 8 | 9 | "CFBundleDisplayName" = "国际化"; -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator/IrregularElementsCreator/IrregularElementsCreator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/IrregularElementsCreator/IrregularElementsCreator/IrregularElementsCreator/IrregularElementsCreator.gif -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_76pt.png -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar1.imageset/首页图标_未选中@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar1.imageset/首页图标_未选中@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar2.imageset/资讯图标_未选中@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar2.imageset/资讯图标_未选中@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar4.imageset/数据图标_未选中@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar4.imageset/数据图标_未选中@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar5.imageset/我图标_未选中@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar5.imageset/我图标_未选中@2x.png -------------------------------------------------------------------------------- /UICollectionView/UICollectionView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_76pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_76pt@2x.png -------------------------------------------------------------------------------- /SideViewController/SideViewController.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar1Sel.imageset/首页图标_选中时@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar1Sel.imageset/首页图标_选中时@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar2Sel.imageset/资讯图标_选中时@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar2Sel.imageset/资讯图标_选中时@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar4Sel.imageset/数据图标_选中时@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar4Sel.imageset/数据图标_选中时@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar5Sel.imageset/我图标_选中时@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/TabBar5Sel.imageset/我图标_选中时@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_event.imageset/tab_event@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_event.imageset/tab_event@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_space.imageset/tab_space@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_space.imageset/tab_space@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/摄影机图标_点击前.imageset/摄影机图标_点击前@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/摄影机图标_点击前.imageset/摄影机图标_点击前@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/摄影机图标_点击后.imageset/摄影机图标_点击后@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/摄影机图标_点击后.imageset/摄影机图标_点击后@2x.png -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tabme.imageset/tabme@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tabme.imageset/tabme@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_83.5pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_App_iOS_7-11_83.5pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Settings_iOS_5-11_29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Settings_iOS_5-11_29pt.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Spotlight_iOS_7-11_40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Spotlight_iOS_7-11_40pt.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_App_iOS_7-11_60pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_App_iOS_7-11_60pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_App_iOS_7-11_60pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_App_iOS_7-11_60pt@3x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_me_pre.imageset/tab_me_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_me_pre.imageset/tab_me_pre@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_me.imageset/tab_me@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_me.imageset/tab_me@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_oa.imageset/tab_oa@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_oa.imageset/tab_oa@2x.png -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Internationalization/Internationalization.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* 2 | InfoPlist.strings 3 | Internationalization 4 | 5 | Created by YouXianMing on 16/4/26. 6 | Copyright © 2016年 YouXianMing. All rights reserved. 7 | */ 8 | 9 | "CFBundleDisplayName" = "Internationalization"; -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Notification_iOS_7-11_20pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Notification_iOS_7-11_20pt.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Settings_iOS_5-11_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Settings_iOS_5-11_29pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Spotlight_iOS_7-11_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Spotlight_iOS_7-11_40pt@2x.png -------------------------------------------------------------------------------- /SetRect/SetRect.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/SetRect/SetRect.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_company.imageset/tab_company@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_company.imageset/tab_company@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_service.imageset/tab_service@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_service.imageset/tab_service@2x.png -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/Item.m: -------------------------------------------------------------------------------- 1 | // 2 | // Item.m 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "Item.h" 10 | 11 | @implementation Item 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Animator/Animator.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Animator/Animator.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LocationServiceManager/LocationServiceManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Notification_iOS_7-11_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPad_Notification_iOS_7-11_20pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Settings_iOS_5-11_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Settings_iOS_5-11_29pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Settings_iOS_5-11_29pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Settings_iOS_5-11_29pt@3x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Spotlight_iOS_7-11_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Spotlight_iOS_7-11_40pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Spotlight_iOS_7-11_40pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Spotlight_iOS_7-11_40pt@3x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_event_pre.imageset/tab_event_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_event_pre.imageset/tab_event_pre@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_space_pre.imageset/tab_space_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_space_pre.imageset/tab_space_pre@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_plan.imageset/tab_plan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_plan.imageset/tab_plan@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_space.imageset/tab_space@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_space.imageset/tab_space@2x.png -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Notification_iOS_7-11_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Notification_iOS_7-11_20pt@2x.png -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Notification_iOS_7-11_20pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/PNGIconsCompressTool/PNGIconsCompressTool/Assets.xcassets/AppIcon.appiconset/iPhone_Notification_iOS_7-11_20pt@3x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_me_pre.imageset/tab_me_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_me_pre.imageset/tab_me_pre@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_oa_pre.imageset/tab_oa_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_oa_pre.imageset/tab_oa_pre@2x.png -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /InfiniteLoopCollectionView/InfiniteLoopCollectionView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /RoundButton/RoundButton/RoundButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // RoundButton.h 3 | // RoundButton 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface RoundButton : UIButton 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /StringRange/StringRange.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/StringRange/StringRange.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_company_pre.imageset/tab_company_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_company_pre.imageset/tab_company_pre@2x.png -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_service_pre.imageset/tab_service_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController/Assets.xcassets/tab_service_pre.imageset/tab_service_pre@2x.png -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_service.imageset/tab_service@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_service.imageset/tab_service@2x.png -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_6_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // TextDrawView.h 3 | // FamousQuotes 4 | // 5 | // Created by YouXianMing on 2018/3/1. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_6_View : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/FMDB-Example/FMDB-Example.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_plan_pre.imageset/tab_plan_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_plan_pre.imageset/tab_plan_pre@2x.png -------------------------------------------------------------------------------- /Animator/Animator/PopAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // PopAnimator.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "TransitionAnimator.h" 10 | 11 | @interface PopAnimator : TransitionAnimator 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/PushAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // PushAnimator.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "TransitionAnimator.h" 10 | 11 | @interface PushAnimator : TransitionAnimator 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_3_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo3View.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_3_View : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_4_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo2View.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_4_View : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/DTCoreTextExample/DTCoreText.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/BannerCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BannerCell.h 3 | // TestTableView 4 | // 5 | // Created by YouXianMing on 2019/2/18. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface BannerCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/NoticeCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NoticeCell.h 3 | // TestTableView 4 | // 5 | // Created by YouXianMing on 2019/2/18. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface NoticeCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/Model.m: -------------------------------------------------------------------------------- 1 | // 2 | // Model.m 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/13. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "Model.h" 10 | 11 | @implementation Model 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_space_pre.imageset/tab_space_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_space_pre.imageset/tab_space_pre@2x.png -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_2_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // DrawView.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/20. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_2_View : UIView 12 | 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_5_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // CoreTextView.h 3 | // CoreTextExampleVer2 4 | // 5 | // Created by YouXianMing on 2018/3/1. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_5_View : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_service_pre.imageset/tab_service_pre@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo/Assets.xcassets/TableBarIcons/tab_service_pre.imageset/tab_service_pre@2x.png -------------------------------------------------------------------------------- /Animator/Animator/DismissAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // DismissAnimator.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "TransitionAnimator.h" 10 | 11 | @interface DismissAnimator : TransitionAnimator 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/PresentAnimator.h: -------------------------------------------------------------------------------- 1 | // 2 | // PresentAnimator.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "TransitionAnimator.h" 10 | 11 | @interface PresentAnimator : TransitionAnimator 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/PushViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PushViewController.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PushViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/RootViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // RootViewController.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface RootViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_1_View.h: -------------------------------------------------------------------------------- 1 | // 2 | // CoreText_Examle_1_View.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/20. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Demo_1_View : UIView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Math-Sort/Math-Sort/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // Math-Sort 4 | // 5 | // Created by YouXianMing on 2017/8/9. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /SetRect/SetRect/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // SetRect 4 | // 5 | // Created by YouXianMing on 16/6/19. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ItemStyle/ItemStyle/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // ItemStyle 4 | // 5 | // Created by YouXianMing on 2017/7/27. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /ChainProgram/ChainProgram/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // ChainProgram 4 | // 5 | // Created by YouXianMing on 2017/12/5. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CustomSlider/CustomSlider/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // CustomSlider 4 | // 5 | // Created by YouXianMing on 2018/1/3. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /DragAndCollision/DragView/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // DragView 4 | // 5 | // Created by YouXianMing on 2017/12/27. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /RoundButton/RoundButton/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // RoundButton 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /SideViewController/SideViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/SideViewController/SideViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/StatusBarAnimation/StatusBarAnimation.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /StringRange/StringRange/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // StringRange 4 | // 5 | // Created by YouXianMing on 16/6/11. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // DTCoreText 4 | // 5 | // Created by YouXianMing on 15/6/2. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // FMDB-Example 4 | // 5 | // Created by YouXianMing on 16/5/31. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Internationalization/Internationalization.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/Internationalization/Internationalization.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/MetaDataCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MetaDataCell.h 3 | // iCloudDocumentExample 4 | // 5 | // Created by YouXianMing on 2018/4/3. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface MetaDataCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/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 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/GridFlowLayoutExample/GridFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ItemStyle/ItemStyle/RedStyle.h: -------------------------------------------------------------------------------- 1 | // 2 | // RedStyle.h 3 | // ItemStyle 4 | // 5 | // Created by YouXianMing on 2017/7/27. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "ItemStyle.h" 10 | 11 | @interface RedStyle : ItemStyle 12 | 13 | @property (nonatomic, strong) UIFont *font; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /MathAlgorithms/MathAlgorithms/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // MathAlgorithms 4 | // 5 | // Created by YouXianMing on 2017/8/11. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/BaseSplitViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BaseSplitViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface BaseSplitViewController : UISplitViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // ColorPickerDemo 4 | // 5 | // Created by YouXianMing on 2018/11/30. 6 | // Copyright © 2018 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // EmitterAnimation 4 | // 5 | // Created by YouXianMing on 2017/11/20. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // TableViewNesting 4 | // 5 | // Created by YouXianMing on 2019/2/19. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/ListTableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ListTableViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ListTableViewController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample/CollectionViewCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionViewCell.m 3 | // GridFlowLayoutExample 4 | // 5 | // Created by YouXianMing on 16/5/4. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CollectionViewCell.h" 10 | 11 | @implementation CollectionViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/LeftViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LeftViewController.h 3 | // SideViewController 4 | // 5 | // Created by YouXianMing on 16/6/6. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LeftViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/MainViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainViewController.h 3 | // SideViewController 4 | // 5 | // Created by YouXianMing on 16/6/6. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MainViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // SideViewController 4 | // 5 | // Created by YouXianMing on 16/6/6. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // StatusBarAnimation 4 | // 5 | // Created by YouXianMing on 16/6/28. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/GridDecorationView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridDecorationView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridDecorationView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/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 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UITableBarControllerDemo/UITableBarControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/libs/ListTableViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // ListTableViewCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/26. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface ListTableViewCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/MasterViewController/MasterViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MasterViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MasterViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/MasterViewController/cells/MasterTableViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MasterTableViewCell.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MasterTableViewCell : UITableViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/CustomUINavigationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // CustomUINavigationController.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CustomUINavigationController : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/UIColor+Random.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+Random.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/30. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (Random) 12 | 13 | + (UIColor *)randomColorWithAlpha:(CGFloat)alpha; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /DragAndCollision/DragView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example/fmdb/FMDB.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | FOUNDATION_EXPORT double FMDBVersionNumber; 4 | FOUNDATION_EXPORT const unsigned char FMDBVersionString[]; 5 | 6 | #import "FMDatabase.h" 7 | #import "FMResultSet.h" 8 | #import "FMDatabaseAdditions.h" 9 | #import "FMDatabaseQueue.h" 10 | #import "FMDatabasePool.h" 11 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // Internationalization 4 | // 5 | // Created by YouXianMing on 16/4/26. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // PNGIconsCompressTool 4 | // 5 | // Created by YouXianMing on 2017/11/7. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/TableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // TableViewController.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface TableViewController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrMoveOrDeleteViewController/TitleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // TitleCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface TitleCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_1_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_1_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_1_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_2_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_2_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_2_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_3_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_3_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_3_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_4_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_4_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_4_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_5_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_5_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_5_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/Demo_6_ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Demo_6_ViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface Demo_6_ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CustomTabbarViewController/CustomTabbarViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/DTFoundation/Core/Source/DTFoundationConstants.h: -------------------------------------------------------------------------------- 1 | // 2 | // DTFoundationConstants.h 3 | // DTFoundation 4 | // 5 | // Created by Stefan Gugarel on 10/18/12. 6 | // Copyright (c) 2012 Cocoanetics. All rights reserved. 7 | // 8 | 9 | 10 | // string constant for NSError domain 11 | extern NSString * const DTFoundationErrorDomain; -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // GridFlowLayoutExample 4 | // 5 | // Created by YouXianMing on 16/5/4. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /InfiniteLoopCollectionView/InfiniteLoopCollectionView.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/InfiniteLoopCollectionView/InfiniteLoopCollectionView.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LocationServiceManager/LocationServiceManager/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // LocationServiceManager 4 | // 5 | // Created by YouXianMing on 2017/8/7. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/Value.m: -------------------------------------------------------------------------------- 1 | // 2 | // Value.m 3 | // TestTableView 4 | // 5 | // Created by YouXianMing on 2019/2/19. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "Value.h" 10 | 11 | @implementation Value 12 | 13 | + (CGFloat)GapFromTop { 14 | 15 | return 100.f; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/FlowLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FlowLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FlowLayoutViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/GridLayoutFooterView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutFooterView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridLayoutFooterView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/GridLayoutHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutHeaderView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridLayoutHeaderView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/GridLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridLayoutViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrRemoveCellsViewController/AddIconCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddIconCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface AddIconCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // iCloudDocumentExample 4 | // 5 | // Created by YouXianMing on 2018/4/3. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /DTCoreTextExample/Pods/DTFoundation/Core/Source/DTFoundationConstants.m: -------------------------------------------------------------------------------- 1 | // 2 | // DTFoundationConstants.m 3 | // DTFoundation 4 | // 5 | // Created by Stefan Gugarel on 10/18/12. 6 | // Copyright (c) 2012 Cocoanetics. All rights reserved. 7 | // 8 | 9 | #import "DTFoundationConstants.h" 10 | 11 | NSString * const DTFoundationErrorDomain = @"DTFoundation"; -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample/CollectionViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionViewCell.h 3 | // GridFlowLayoutExample 4 | // 5 | // Created by YouXianMing on 16/5/4. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CollectionViewCell : UICollectionViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample/FlowStyleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // FlowStyleCell.h 3 | // LayoutViewController 4 | // 5 | // Created by YouXianMing on 16/5/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCollectionViewCell.h" 10 | 11 | @interface FlowStyleCell : CustomCollectionViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* 2 | Localizable.strings 3 | Internationalization 4 | 5 | Created by YouXianMing on 16/4/26. 6 | Copyright © 2016年 YouXianMing. All rights reserved. 7 | */ 8 | 9 | /** 10 | * 普通文本 11 | */ 12 | "title" = "Title"; 13 | 14 | /** 15 | * 图片名字 16 | */ 17 | "icon" = "en-icon"; -------------------------------------------------------------------------------- /Internationalization/Internationalization/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | /* 2 | Localizable.strings 3 | Internationalization 4 | 5 | Created by YouXianMing on 16/4/26. 6 | Copyright © 2016年 YouXianMing. All rights reserved. 7 | */ 8 | 9 | /** 10 | * 普通文本 11 | */ 12 | "title" = "标题"; 13 | 14 | /** 15 | * 图片名字 16 | */ 17 | "icon" = "cn-icon"; -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/NestingTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NestingTableView.h 3 | // TableViewNesting 4 | // 5 | // Created by YouXianMing on 2019/2/19. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NestingTableView : UITableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UICollectionView/UICollectionView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/LineLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // LineLayout.h 3 | // UICollectionViewLayoutExample 4 | // 5 | // Created by YouXianMing on 2017/7/13. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LineLayout : UICollectionViewLayout 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/FirstDetailViewController/ViewControllers/FirstViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FirstViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FirstViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/FirstDetailViewController/ViewControllers/ThirdViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ThirdViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ThirdViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/UIViewController+DebugFrame.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIViewController+DebugFrame.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIViewController (DebugFrame) 12 | 13 | - (void)showDebugFrame; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController/FirstViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FirstViewController.h 3 | // TabbarController 4 | // 5 | // Created by XianMingYou on 15/4/15. 6 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FirstViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragViewController/DragViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // IrregularElementsCreator 4 | // 5 | // Created by YouXianMing on 2018/8/17. 6 | // Copyright © 2018年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/SnapBehaviorController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SnapBehaviorController.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface SnapBehaviorController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrRemoveCellsViewController/AddOrRemoveCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddOrRemoveCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface AddOrRemoveCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/ListTableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ListTableViewController.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/26. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ListTableViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/FirstDetailViewController/FirstDetailViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FirstDetailViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FirstDetailViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/FirstDetailViewController/ViewControllers/SecondViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SecondViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SecondViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/SecondDetailViewController/SecondDetailViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SecondDetailViewController.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SecondDetailViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController/SecondViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SecondViewController.h 3 | // TabbarController 4 | // 5 | // Created by XianMingYou on 15/4/15. 6 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SecondViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // CustomTabbarViewController 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /InfiniteLoopCollectionView/InfiniteLoopCollectionView/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // InfiniteLoopCollectionView 4 | // 5 | // Created by YouXianMing on 16/5/5. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Internationalization/Internationalization.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/ListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ListViewController.h 3 | // AutoLayoutExample 4 | // 5 | // Created by YouXianMing on 2017/7/7. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ListViewController : UITableViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/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 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrMoveOrDeleteViewController/AddTableViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddTableViewCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface AddTableViewCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/MoveCellsViewController/NormalDragViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NormalDragViewCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/26. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface NormalDragViewCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // UIActivityViewControllerDemo 4 | // 5 | // Created by YouXianMing on 2018/12/4. 6 | // Copyright © 2018 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/FooterCollectionReusableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // FooterCollectionReusableView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FooterCollectionReusableView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/HeaderCollectionReusableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // HeaderCollectionReusableView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HeaderCollectionReusableView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/GridDecorationView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridDecorationView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridDecorationView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SetRect/SetRect/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // SetRect 4 | // 5 | // Created by YouXianMing on 16/6/19. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/ComplexGridLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ComplexGridLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ComplexGridLayoutViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/ComplexLineLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // ComplexLineLayout.h 3 | // UICollectionViewLayoutExample 4 | // 5 | // Created by YouXianMing on 2017/7/18. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ComplexLineLayout : UICollectionViewLayout 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/GridLayoutFooterView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutFooterView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridLayoutFooterView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/GridLayoutHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutHeaderView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface GridLayoutHeaderView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CustomTabbarViewController/CustomTabbarViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/CustomTabbarViewController/CustomTabbarViewController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/CropImageViewController/CropImageViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // CropImageViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface CropImageViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /ItemStyle/ItemStyle/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // ItemStyle 4 | // 5 | // Created by YouXianMing on 2017/7/27. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /Math-Sort/Math-Sort/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // Math-Sort 4 | // 5 | // Created by YouXianMing on 2017/8/9. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UIActivityViewControllerDemo/UIActivityViewControllerDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample/FlowStyleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // FlowStyleCell.h 3 | // LayoutViewController 4 | // 5 | // Created by YouXianMing on 16/5/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCollectionViewCell.h" 10 | 11 | @interface FlowStyleCell : CustomCollectionViewCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/GravityAndCollisionController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GravityAndCollisionController.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface GravityAndCollisionController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrMoveOrDeleteViewController/AddOrMoveOrDeleteCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddOrMoveOrDeleteCell.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "CustomCell.h" 10 | 11 | @interface AddOrMoveOrDeleteCell : CustomCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/iCloud/ICloudDocument.h: -------------------------------------------------------------------------------- 1 | // 2 | // ICloudDocument.h 3 | // iCloudDisk 4 | // 5 | // Created by YouXianMing on 2018/4/2. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ICloudDocument : UIDocument 12 | 13 | @property (strong, nonatomic) NSData *data; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-Project-Examples/HEAD/TotalCustomTabBarController/TotalCustomTabBarController.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/CenterViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // CenterViewController.h 3 | // TotalCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface CenterViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/FirstViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FirstViewController.h 3 | // CompleteCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/2. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface FirstViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/PushViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PushViewController.h 3 | // CompleteCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/2. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface PushViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/ThirdViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ThirdViewController.h 3 | // CompleteCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/2. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface ThirdViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // UICollectionViewFlowLayoutExample 4 | // 5 | // Created by YouXianMing on 16/5/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /ChainProgram/ChainProgram/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // ChainProgram 4 | // 5 | // Created by YouXianMing on 2017/12/5. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CustomSlider/CustomSlider/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // CustomSlider 4 | // 5 | // Created by YouXianMing on 2018/1/3. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /DragAndCollision/DragView/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // DragView 4 | // 5 | // Created by YouXianMing on 2017/12/27. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragViewVer2ViewController/DragViewVer2ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragViewVer2ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/25. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragViewVer2ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // FMDB-Example 4 | // 5 | // Created by YouXianMing on 16/5/31. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /RoundButton/RoundButton/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // RoundButton 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /StringRange/StringRange/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // StringRange 4 | // 5 | // Created by YouXianMing on 16/6/11. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/FourthViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FourthViewController.h 3 | // CompleteCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/2. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface FourthViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /TotalCustomTabBarController/TotalCustomTabBarController/SecondViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SecondViewController.h 3 | // CompleteCustomTabBarController 4 | // 5 | // Created by YouXianMing on 16/6/2. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface SecondViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/FlowLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FlowLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface FlowLayoutViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/GridLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GridLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface GridLayoutViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DTCoreTextExample/DTCoreText/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // DTCoreText 4 | // 5 | // Created by YouXianMing on 15/6/2. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /MathAlgorithms/MathAlgorithms/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // MathAlgorithms 4 | // 5 | // Created by YouXianMing on 2017/8/11. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/Value.h: -------------------------------------------------------------------------------- 1 | // 2 | // Value.h 3 | // TestTableView 4 | // 5 | // Created by YouXianMing on 2019/2/19. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface Value : NSObject 13 | 14 | @property (class, nonatomic, readonly) CGFloat GapFromTop; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/MoveCellsViewController/MoveCellsViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // NormalDragViewController.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/26. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface MoveCellsViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Animator/Animator/PresentViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PresentViewController.h 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PresentViewController : UIViewController 12 | 13 | @property (nonatomic, weak) UIViewController *fromViewController; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2017/7/19. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/LeftViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // leftViewCell.h 3 | // SideViewController 4 | // 5 | // Created by YouXianMing on 16/6/6. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface LeftViewCell : UITableViewCell 12 | 13 | @property (nonatomic, weak) id data; 14 | 15 | - (void)loadContent; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /StringRange/StringRange/StringAttribute/ConcreteAttribute/FontAttribute.h: -------------------------------------------------------------------------------- 1 | // 2 | // FontAttribute.h 3 | // AttributeString 4 | // 5 | // Created by YouXianMing on 15/8/3. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "StringAttribute.h" 10 | 11 | @interface FontAttribute : StringAttribute 12 | 13 | @property (nonatomic, strong) UIFont *font; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/FooterCollectionReusableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // FooterCollectionReusableView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FooterCollectionReusableView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/HeaderCollectionReusableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // HeaderCollectionReusableView.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface HeaderCollectionReusableView : UICollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/UIColor+CreateImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+CreateImage.h 3 | // UITabBarControllerIcon 4 | // 5 | // Created by YouXianMing on 15/8/31. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (CreateImage) 12 | 13 | - (UIImage *)imageWithFrame:(CGRect)frame; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /ColorPickerDemo/ColorPickerDemo/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // ColorPickerDemo 4 | // 5 | // Created by YouXianMing on 2018/11/30. 6 | // Copyright © 2018 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer1ViewController/DragAndResizeVer1ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer1ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /EmitterAnimation/EmitterAnimation/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // EmitterAnimation 4 | // 5 | // Created by YouXianMing on 2017/11/20. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /TableViewNesting/TableViewNesting/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // TableViewNesting 4 | // 5 | // Created by YouXianMing on 2019/2/19. 6 | // Copyright © 2019 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/10. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UICollectionView/UICollectionView/GCD.h: -------------------------------------------------------------------------------- 1 | // 2 | // GCD.h 3 | // GCD 4 | // 5 | // http://home.cnblogs.com/u/YouXianMing/ 6 | // https://github.com/YouXianMing 7 | // 8 | // Created by XianMingYou on 15/3/15. 9 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 10 | // 11 | 12 | #import "GCDQueue.h" 13 | #import "GCDGroup.h" 14 | #import "GCDSemaphore.h" 15 | #import "GCDTimer.h" 16 | 17 | 18 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample/CollectionBottomView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionBottomView.h 3 | // LayoutViewController 4 | // 5 | // Created by YouXianMing on 16/5/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCollectionReusableView.h" 10 | 11 | @interface CollectionBottomView : CustomCollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample/CollectionHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionHeaderView.h 3 | // LayoutViewController 4 | // 5 | // Created by YouXianMing on 16/5/3. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "CustomCollectionReusableView.h" 10 | 11 | @interface CollectionHeaderView : CustomCollectionReusableView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/LineLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // LineLayoutViewController.h 3 | // UICollectionViewLayoutExample 4 | // 5 | // Created by YouXianMing on 2017/7/13. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface LineLayoutViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/BaseViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BaseViewController.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UIView+SetRect.h" 11 | #import "UIView+DebugFrame.h" 12 | 13 | @interface BaseViewController : UIViewController 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer2ViewController/DragAndResizeVer2ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer2ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer2ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer3ViewController/DragAndResizeVer3ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer3ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer3ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer4ViewController/DragAndResizeVer4ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer4ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer4ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer5ViewController/DragAndResizeVer5ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer5ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer5ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer6ViewController/DragAndResizeVer6ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer6ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer6ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /DragAndCrop/DragAndCrop/Controllers/DragAndResizeVer7ViewController/DragAndResizeVer7ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DragAndResizeVer7ViewController.h 3 | // DragAndCrop 4 | // 5 | // Created by YouXianMing on 2018/1/11. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface DragAndResizeVer7ViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SideViewController/SideViewController/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // SideViewController 4 | // 5 | // Created by YouXianMing on 16/6/6. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // StatusBarAnimation 4 | // 5 | // Created by YouXianMing on 16/6/28. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /StatusBarAnimation/StatusBarAnimation/GCD.h: -------------------------------------------------------------------------------- 1 | // 2 | // GCD.h 3 | // GCD 4 | // 5 | // http://home.cnblogs.com/u/YouXianMing/ 6 | // https://github.com/YouXianMing 7 | // 8 | // Created by XianMingYou on 15/3/15. 9 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 10 | // 11 | 12 | #import "GCDQueue.h" 13 | #import "GCDGroup.h" 14 | #import "GCDSemaphore.h" 15 | #import "GCDTimer.h" 16 | 17 | 18 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/ComplexGridLayoutViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ComplexGridLayoutViewController.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/12. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import "CustomViewController.h" 10 | 11 | @interface ComplexGridLayoutViewController : CustomViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/Model.h: -------------------------------------------------------------------------------- 1 | // 2 | // Model.h 3 | // UICollectionView 4 | // 5 | // Created by YouXianMing on 2017/7/13. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Model : NSObject 12 | 13 | @end 14 | 15 | NS_INLINE Model * model() { 16 | 17 | return [Model new]; 18 | } 19 | -------------------------------------------------------------------------------- /UIDynamicExamples/UIDynamicExamples/Item.h: -------------------------------------------------------------------------------- 1 | // 2 | // Item.h 3 | // UIDynamicExamples 4 | // 5 | // Created by YouXianMing on 2017/12/28. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface Item : NSObject 12 | 13 | @property (nonatomic, strong) NSString *title; 14 | @property (nonatomic) Class controllerClass; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Internationalization/Internationalization/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // Internationalization 4 | // 5 | // Created by YouXianMing on 16/4/26. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /PNGIconsCompressTool/PNGIconsCompressTool/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // PNGIconsCompressTool 4 | // 5 | // Created by YouXianMing on 2017/11/7. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/26. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /iCloudDocumentExample/iCloudDocumentExample/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // iCloudDocumentExample 4 | // 5 | // Created by YouXianMing on 2018/4/3. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example/NSData+JSONData.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+JSONData.h 3 | // Networking 4 | // 5 | // Created by YouXianMing on 15/8/4. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSData (JSONData) 12 | 13 | /** 14 | * 将JSON字符串转换为列表格式(字典或者数组) 15 | * 16 | * @return 字典或者数组 17 | */ 18 | - (id)toListProperty; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /GridFlowLayoutExample/GridFlowLayoutExample/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // GridFlowLayoutExample 4 | // 5 | // Created by YouXianMing on 16/5/4. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /LocationServiceManager/LocationServiceManager/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // LocationServiceManager 4 | // 5 | // Created by YouXianMing on 2017/8/7. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /SetRect/SetRect/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // SetRect 4 | // 5 | // Created by YouXianMing on 16/6/19. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrRemoveCellsViewController/AddOrRemoveCellsViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddOrRemoveCellsViewController.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface AddOrRemoveCellsViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/libs/GCD.h: -------------------------------------------------------------------------------- 1 | // 2 | // GCD.h 3 | // GCD 4 | // 5 | // http://home.cnblogs.com/u/YouXianMing/ 6 | // https://github.com/YouXianMing 7 | // 8 | // Created by XianMingYou on 15/3/15. 9 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 10 | // 11 | 12 | #import "GCDQueue.h" 13 | #import "GCDGroup.h" 14 | #import "GCDSemaphore.h" 15 | #import "GCDTimer.h" 16 | 17 | 18 | -------------------------------------------------------------------------------- /Animator/Animator/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // Animator 4 | // 5 | // Created by YouXianMing on 16/5/27. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /CoreTextExample/CoreTextExample/BaseViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // BaseViewController.h 3 | // CoreTextExample 4 | // 5 | // Created by YouXianMing on 2018/3/2. 6 | // Copyright © 2018年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UIView+SetRect.h" 11 | 12 | @interface BaseViewController : UIViewController 13 | 14 | @property (nonatomic, strong) UIView *contentView; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /ItemStyle/ItemStyle/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // ItemStyle 4 | // 5 | // Created by YouXianMing on 2017/7/27. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Math-Sort/Math-Sort/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // Math-Sort 4 | // 5 | // Created by YouXianMing on 2017/8/9. 6 | // Copyright © 2017年 TechCode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /StringRange/StringRange/StringAttribute/ConcreteAttribute/UnderlineStyleAttribute.h: -------------------------------------------------------------------------------- 1 | // 2 | // UnderlineStyleAttribute.h 3 | // ZiPeiYi 4 | // 5 | // Created by FrankLiu on 15/12/22. 6 | // Copyright © 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import "StringAttribute.h" 10 | 11 | @interface UnderlineStyleAttribute : StringAttribute 12 | 13 | @property (nonatomic, strong) NSNumber *number; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /UITableViewOperation/UITableViewOperation/AddOrMoveOrDeleteViewController/AddOrMoveOrDeleteViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // AddOrMoveOrDeleteViewController.h 3 | // UITableViewOperation 4 | // 5 | // Created by YouXianMing on 2018/1/27. 6 | // Copyright © 2018年 Techcode. All rights reserved. 7 | // 8 | 9 | #import "BaseViewController.h" 10 | 11 | @interface AddOrMoveOrDeleteViewController : BaseViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /iPad_App/iPad_App/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // iPad_App 4 | // 5 | // Created by YouXianMing on 2017/10/23. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /FMDB-Example/FMDB-Example/NSString+JSONData.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+JSONData.h 3 | // Networking 4 | // 5 | // Created by YouXianMing on 15/5/21. 6 | // Copyright (c) 2015年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSString (JSONData) 12 | 13 | /** 14 | * 将JSON字符串转换为列表格式(字典或者数组) 15 | * 16 | * @return 字典或者数组 17 | */ 18 | - (id)toListProperty; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /IrregularElementsCreator/IrregularElementsCreator/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // IrregularElementsCreator 4 | // 5 | // Created by YouXianMing on 2018/8/17. 6 | // Copyright © 2018年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /UICollectionViewLayoutExample/UICollectionViewLayoutExample/GCD.h: -------------------------------------------------------------------------------- 1 | // 2 | // GCD.h 3 | // GCD 4 | // 5 | // http://home.cnblogs.com/u/YouXianMing/ 6 | // https://github.com/YouXianMing 7 | // 8 | // Created by XianMingYou on 15/3/15. 9 | // Copyright (c) 2015年 XianMingYou. All rights reserved. 10 | // 11 | 12 | #import "GCDQueue.h" 13 | #import "GCDGroup.h" 14 | #import "GCDSemaphore.h" 15 | #import "GCDTimer.h" 16 | 17 | 18 | -------------------------------------------------------------------------------- /UITableBarControllerDemo/UITableBarControllerDemo/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // UITableBarControllerDemo 4 | // 5 | // Created by YouXianMing on 16/4/30. 6 | // Copyright © 2016年 YouXianMing. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /ChainProgram/ChainProgram/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // ChainProgram 4 | // 5 | // Created by YouXianMing on 2017/12/5. 6 | // Copyright © 2017年 Techcode. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | --------------------------------------------------------------------------------