摘要: // 1.设置导航条的背题图片 设置全局 UINavigationBar *navBar = [UINavigationBar appearance]; [navBar setBackgroundImage:[UIImage imageNamed:@"NavBar"] forBarMetrics:U 阅读全文
posted @ 2016-06-28 22:08 阿法狗的世界 阅读(128) 评论(0) 推荐(0)
摘要: #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITextField *textFieldOne; @property (weak, nonatomic) IB 阅读全文
posted @ 2016-06-28 21:27 阿法狗的世界 阅读(98) 评论(0) 推荐(0)
摘要: #import <UIKit/UIKit.h>@interface UIView (Extension)@property (nonatomic, assign) CGFloat x;@property (nonatomic, assign) CGFloat y;@property (nonatom 阅读全文
posted @ 2016-06-28 09:48 阿法狗的世界 阅读(79) 评论(0) 推荐(0)