#import "ViewController.h" #import "Video.h" @interface ViewController…
1. Locale 设置DatePicker的地区,即设置DatePicker显示的语言。 // 1.跟踪所有可用的地区,取出想要的地区 NSL…
#import <UIKit/UIKit.h> @interface ViewController : UIViewController<UICollection…
@interface ViewController ()<UIWebViewDelegate> @property (weak, nonatomic) IBOutlet…
- (void)viewDidLoad { [super viewDidLoad]; //UIRefreshControl //系统自带,继承自UIControl,UIContro…
#import "ViewController.h" @interface ViewController () <UIWebViewDelegate>…
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { // 缓存会自动存到以下这个文件夹中,创建三个…
和gitHub上的Demo其实差不多,就是小整理了下,当备忘,想做复杂的效果可以参考MBProgressHUD在gitHub上的DEMO,写得也很清楚明了。 先下载MBProgre…
//(动态库环境的配置) //1、获取GDataXMLNode.h/m文件,将GDataXMLNode.h/m文件添加到工程中 //2、向工程中增加“libxml2.2dylib”…
1.导入库文件:MessageUI.framework …
//UIActionSheet———————————————————————————————————————————————————————————————— - (void) s…
#import "ViewController.h" #import "ASIHTTPRequest.h" #import "AS…