UIStackView可以垂直或水平排布多个subview, 自动为每个subview创建和添加Auto Layout constraints. 1.添加subview let l…
1.请求json数据,使用AFHTTPRequestOperation完成 NSString *str=[NSString stringWithFormat:@"http…
// // ViewController.m // LocationDemo // // Created by LaughingZhong on 14/11/12. // Copy…
#define kWidth self.frame.size.width #define kHeight self.frame.size.height @interface JRS…
// 调用系统API发送短信 - (void)didClickSendMessageButtonAction{ if ([MFMessageComposeViewControlle…
//———————————————————————————————————————————————————————————————————————————— //&n…
@第一种 #pragma mark - AFNetworking上传文件 - (void)didClickUploadButtonAction{ NSString *fileNam…
// post请求(代理方式) // NSURL * url = [NSURL URLWithString:@"http://192.168.2.162/logo.php…
实现如下需求 在输入框左侧有一个小图标提示(比如账号左侧一个人的提示,密码左侧有一个锁的提示) 直接上代码 userName=[[UITextField alloc]initWit…
@interface ViewController () /** 图片视图*/ @property(nonatomic,weak) UIImageView * imageView;…
有的时候 app的启动页会一闪而过,如果想让启动页画面停留一会再启动应用 可以使用如下方式 在AppDelegate的方法 – (BOOL)application:(U…
#import "ViewController.h" #import "AFNetworking.h" @interface ViewCon…
工程安全类,解决项目中经常遇到的数组越界、字典键值对为空操作等闪退问题