- 博客(26)
- 收藏
- 关注
原创 UIScrollViewDelegate - scrollViewDidEndDecelerating
UIScrollViewDelegate - scrollViewDidEndDecelerating:Tells the delegate that the scroll view has ended decelerating the scrolling movement.DeclarationSWIFToptional func scrollViewDidEndDecele
2015-11-16 11:35:12
722
转载 Xcode注释工具ThisService+Doxygen
Xcode注释工具ThisService+DoxygenXcode快速Doxygen文档注释 — 简明图文教程http://blog.chukong-inc.com/index.php/2012/05/16/xcode4_fast_doxygen/下载地址:http://download.youkuaiyun.com/detail/zgcrichard/6727747
2015-11-03 09:57:10
461
翻译 Coding Guidelines for Cocoa
Coding Guidelines for Cocoa官方网站:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.htmlPDF:https://developer.apple.com/library/ios/documen
2015-10-30 11:57:07
972
翻译 UIAlertController replaces the UIActionSheet and UIAlertView
UIAlertControllerA UIAlertController object displays an alert message to the user. This class replaces the UIActionSheet and UIAlertView classes for displaying alerts. After configuring the alert
2015-10-28 18:01:57
335
翻译 UIAlertView is deprecated in iOS 8.
UIAlertView is deprecated in iOS 8.Important: UIAlertView is deprecated in iOS 8. (Note that UIAlertViewDelegate is also deprecated.) To create and manage alerts in iOS 8 and later, instead use UI
2015-10-28 17:39:13
430
翻译 UIVisualEffectView - initWithEffect
UIVisualEffectView - initWithEffect: Designated InitializerCreates a new visual effect view with the designated visual effect.DeclarationSWIFTinit(effect effect: UIVisualEffect?)OBJECTIV
2015-10-27 10:37:48
793
翻译 UIBezierPath + bezierPathWithArcCenter
UIBezierPath + bezierPathWithArcCenter:radius:startAngle:endAngle:clockwise:Creates and returns a new UIBezierPath object initialized with an arc of a circle.DeclarationSWIFTconvenience init
2015-10-27 10:21:42
3654
翻译 NSArray - filteredArrayUsingPredicate
NSArray - filteredArrayUsingPredicate:Evaluates a given predicate against each object in the receiving array and returns a new array containing the objects for which the predicate returns true.D
2015-10-26 16:55:05
587
翻译 UIKeyboardWillShowNotification
UIKeyboardWillShowNotificationPosted immediately prior to the display of the keyboard.The notification object is nil. The userInfo dictionary contains information about the keyboard. Use the key
2015-10-26 15:29:04
1027
翻译 UIApplicationDidEnterBackgroundNotification
UIApplicationDidEnterBackgroundNotificationPosted when the app enters the background.The object of the notification is the UIApplication object. There is no userInfo dictionary.Declaration
2015-10-26 15:11:37
1499
翻译 Xcode7 使用 *.tbd 而不是 *.dylib
For people who need dylib, follow this:Choose "Add other"Once in the file selection window do "CMD"+Shift+G (Go to folder) & type /usr/lib/From /user/lib you can find the *.dylib files但是
2015-10-23 16:48:08
544
翻译 ASIHTTPRequest
ASIHTTPRequestASIHTTPRequest is an easy to use wrapper around the CFNetwork API that makes some of the more tedious aspects of communicating with web servers easier. It is written in Objective-C a
2015-10-21 17:18:41
286
翻译 SDWebImage
SDWebImageThis library provides a category for UIImageView with support for remote images coming from the web.GitHub 地址:https://github.com/rs/SDWebImage
2015-10-21 16:43:37
253
翻译 CocoaPods
CocoaPods is the dependency manager for Swift and Objective-C Cocoa projects. It has over ten thousand libraries and can help you scale your projects elegantly.官网:https://cocoapods.org
2015-10-16 17:57:32
241
转载 iOS开发总结之代码规范
转载:iOS开发总结之代码规范http://www.cocoachina.com/ios/20151014/13678.html
2015-10-16 17:33:35
366
翻译 UIWebView - stringByEvaluatingJavaScriptFromString
UIWebView - stringByEvaluatingJavaScriptFromString:Returns the result of running a script.DeclarationSWIFTfunc stringByEvaluatingJavaScriptFromString(_ script: String) -> String?OBJECTIVE-
2015-10-16 15:30:42
1777
转载 整理 iOS 9 适配中出现的坑(图文)
转载:整理 iOS 9 适配中出现的坑(图文)http://www.cocoachina.com/ios/20151016/13715.html
2015-10-16 13:57:25
301
翻译 Cornerstone for Mac
Cornerstone for MacThe ultimate Subversion app. Only for OS X.FOR DEVELOPERS AND DESIGNERSConfidence. Out of the Box.Whether you're developing software, designing graphics or writing documen
2015-10-16 12:50:31
589
翻译 UIViewController - setNeedsStatusBarAppearanceUpdate
UIViewController - setNeedsStatusBarAppearanceUpdateIndicates to the system that the view controller status bar attributes have changed.DeclarationSWIFTfunc setNeedsStatusBarAppearanceUpdate
2015-10-16 12:31:32
907
翻译 UIImage - resizableImageWithCapInsets & - resizableImageWithCapInsets:resizingMode
UIImage - resizableImageWithCapInsets:Creates and returns a new image object with the specified cap insets.DeclarationSWIFTfunc resizableImageWithCapInsets(_ capInsets: UIEdgeInsets) -> UIIm
2015-10-15 19:31:08
687
翻译 UIView - endEditing
UIView - endEditing:Causes the view (or one of its embedded text fields) to resign the first responder status.DeclarationSWIFTfunc endEditing(_ force: Bool) -> BoolOBJECTIVE-C- (BOOL)end
2015-10-15 18:26:31
516
翻译 NSString - sizeWithFont
NSString - sizeWithFont:Returns the size of the string if it were to be rendered with the specified font on a single line.Deprecation StatementUse sizeWithAttributes: instead.Declaration
2015-10-15 18:20:09
527
翻译 NSString - sizeWithAttributes
NSString - sizeWithAttributes:Returns the bounding box size the receiver occupies when drawn with the given attributes.DeclarationSWIFTfunc sizeWithAttributes(_ attrs: [String : AnyObject]?)
2015-10-15 18:12:31
762
翻译 UITableViewCell backgroundColor
UITableViewCell backgroundColorWhether you use a predefined or custom cell, you can change the cell’s background using the backgroundView property or by changing the inherited backgroundColor prop
2015-10-15 17:58:54
342
翻译 NSString - stringByTrimmingCharactersInSet
NSString - stringByTrimmingCharactersInSet:Returns a new string made by removing from both ends of the receiver characters contained in a given character set.DeclarationSWIFTfunc stringByTri
2015-10-15 10:05:11
523
翻译 UIScrollView scrollsToTop Property
scrollsToTop PropertyA Boolean value that controls whether the scroll-to-top gesture is enabled.DeclarationSWIFTvar scrollsToTop: BoolOBJECTIVE-C@property(non
2015-10-15 09:18:29
184
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人