码迷,mamicode.com
首页 >  
搜索关键字:iboutlet    ( 317个结果
iOS开发UI篇----UI基础之美女轮播器(自动轮播)
1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @property (weak, nonatomic) IBOutlet UIScrollView *scrollView; 6 @property...
分类:移动开发   时间:2015-09-03 23:08:40    阅读次数:205
iOS开发UI篇----UI基础之Tom猫动画
#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;// 定义字典读取plist文件@property (nonatomic...
分类:移动开发   时间:2015-09-03 21:40:43    阅读次数:209
队列组
#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@property (weak, nonatomic) IBOutlet...
分类:其他好文   时间:2015-09-03 19:05:08    阅读次数:205
GCD 线程间的通信
//异步函数+全局并发队列 嵌套 异步函数+主队列#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIButton *button;@end@implementati...
分类:编程语言   时间:2015-09-02 23:22:58    阅读次数:346
线程间的通信 代码
#import "ViewController.h"@interface ViewController ()//图片框 UIImageView@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation...
分类:编程语言   时间:2015-09-02 01:53:01    阅读次数:158
NSURLsessionTask
1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @property(nonatomic,weak) IBOutlet UIImageView* imageView; 6 7 @end 8 ...
分类:Web程序   时间:2015-08-31 23:17:47    阅读次数:222
iOS开发 - UICollectionViewFlowLayout 流水布局
Model cell@interface ImageCell : UICollectionViewCell @property (nonatomic, copy) NSString *image; @end @interface ImageCell() @property (weak, nonatomic) IBOutlet UIImageView *imageView; @end@implemen...
分类:移动开发   时间:2015-08-30 09:59:52    阅读次数:251
NSString类方法同步请求、使用NSData方法同步请求 下载图片、数据
#import "ViewController.h" @interface ViewController () @property(nonatomic,weak)IBOutlet UIButton *button; @property(nonatomic,weak)IBOutlet UIImageView *imageView; @end @implementation ViewCo...
分类:其他好文   时间:2015-08-30 01:01:23    阅读次数:164
网络数据同步请求加载
#import "ViewController.h"@interface ViewController ()@property(nonatomic,weak)IBOutlet UIButton *button;@property(nonatomic,weak)IBOutlet UIImageView...
分类:其他好文   时间:2015-08-29 15:16:04    阅读次数:157
同步下载数据,jeson 解析
#import "ViewController.h" @interface ViewController () @property(nonatomic,weak)IBOutlet UIButton *button; @property(nonatomic,weak)IBOutlet UIImageView *imageView; @end @implementation ViewCo...
分类:其他好文   时间:2015-08-29 14:03:17    阅读次数:121
317条   上一页 1 ... 13 14 15 16 17 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!