- 博客(4)
- 收藏
- 关注
原创 UITextField 左侧图片添加 不用自定义TextField轻松完成
{//创建一个btn用做TextField的左侧视图View UIButton* overlayButton = [UIButton buttonWithType:UIButtonTypeCustom]; [overlayButton setImage:[UIImage imageNamed:@"img_login_phone"] forState:UIControlSta...
2018-07-17 11:08:37
943
原创 app delegate 方法基本执行时间
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //程序载入后...
2018-02-27 16:01:05
239
原创 Masonry基本使用
基本约束的创建/// 构建约束mas_makeConstraints/// 更新约束 - 修改已经建立的约束,如果约束不存在,会在控制台输出错误mas_updateConstraints/// 会删除已经建立的所有约束,然后重新生成约束mas_remakeConstraints 等于函数equalTo(参照对象) // 参照属性相同可以省略equalTo(参照...
2018-02-26 14:41:34
1582
原创 Masonry 导入头文件.h not found 解决方案
Product -> Scheme -> Manage Schemes. 到这里删除相应的Product. 重新编译。
2018-02-26 10:45:38
8059
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人