码迷,mamicode.com
首页 >  
搜索关键字:nonatomic    ( 1690个结果
iOS UICollectionView之三(基本用法)
#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@...
分类:移动开发   时间:2016-01-25 13:14:58    阅读次数:229
iOS UICollectionView之-(水平滚动)
#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@...
分类:移动开发   时间:2016-01-25 11:15:00    阅读次数:167
UIScrollView的属性总结
PropertiesalwaysBounceHorizontal //一个布尔值,决定是否弹跳总是出现水平滚动时达到结束内容的看法。默认值是NO 。@property(nonatomic) BOOL alwaysBounceHorizontal //如果这个属性被设置为YES而且bounces的值是...
分类:其他好文   时间:2016-01-25 06:33:35    阅读次数:196
用KVO监听控件属性的改变(observeValueForKeyPath)
创建一个测试的UIButton#import "ViewController.h"@interface ViewController ()@property(nonatomic, strong)UIButton *button;@end@implementation ViewController- ...
分类:其他好文   时间:2016-01-25 00:03:23    阅读次数:387
ios核心动画之专场动画
1 #import "NJViewController.h" 2 3 @interface NJViewController () 4 @property (weak, nonatomic) IBOutlet UIImageView *iconView; 5 - (IBAction)nextBt.....
分类:移动开发   时间:2016-01-24 12:52:20    阅读次数:197
ios核心动画之关键帧动画
1 #import "NJViewController.h" 2 3 @interface NJViewController () 4 5 @property (weak, nonatomic) IBOutlet UIView *customView; 6 - (IBAction)btnCli...
分类:移动开发   时间:2016-01-24 12:50:39    阅读次数:203
ios UIView封装动画
1 #import "NJViewController.h" 2 3 @interface NJViewController () 4 @property (weak, nonatomic) IBOutlet UIView *cutomView; 5 6 @end 7 8 @implemen...
分类:移动开发   时间:2016-01-24 12:50:31    阅读次数:148
ios手势识别之拖拽
1 #import "NJViewController.h" 2 3 @interface NJViewController () 4 @property (weak, nonatomic) IBOutlet UIView *customView; 5 6 @end 7 8 @impleme...
分类:移动开发   时间:2016-01-24 00:30:14    阅读次数:141
ios手势识别之旋转+缩放
1 #import "NJViewController.h" 2 3 @interface NJViewController () 4 @property (weak, nonatomic) IBOutlet UIImageView *iconView; 5 6 @end 7 8 @impl...
分类:移动开发   时间:2016-01-23 22:59:22    阅读次数:249
获取UIButton的一些属性
获取文字 button.currentTitle更多如下:@property(nullable, nonatomic,readonly,strong) NSString *currentTitle; // normal/highlighted/selected/disabled. can...
分类:其他好文   时间:2016-01-23 21:32:04    阅读次数:157
1690条   上一页 1 ... 47 48 49 50 51 ... 169 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!