05 2017 档案

摘要:可以尝试http://127.0.0.1:8888/tree 阅读全文
posted @ 2017-05-26 11:48 do+better 阅读(3206) 评论(0) 推荐(0)
摘要:1.添加scrollView,加上下左右约束,比如满屏,设置为0; 2.为scrollView添加子View,作为其contentView; 3.为view加约束,设置上/左/右和高(height); 4.此时,scrollView会报错,不用担心,设置view的约束,距离下方像素,比如设置为0(根 阅读全文
posted @ 2017-05-20 13:58 do+better 阅读(731) 评论(0) 推荐(0)
摘要://设置圆角 layer.cornerRadius ,注意该 key 对应 Value 的 type 应该设置为 layer.masksToBounds ,注意该 key 对应 Value 的 type 应该设置为 Boolean , 当右侧出现对号时为YES *注意*:经过测试,UILabel 必 阅读全文
posted @ 2017-05-19 17:17 do+better 阅读(2193) 评论(0) 推荐(0)
摘要:iOS调起支付宝客户端支付时官方demo出错 调起sdk正确url: authInfoStr = apiname=com.alipay.account.auth&app_id=2016121604340772&app_name=mc&auth_type=AUTHACCOUNT&biz_type=op 阅读全文
posted @ 2017-05-19 11:17 do+better 阅读(4514) 评论(0) 推荐(0)
摘要:#import <Foundation/Foundation.h> @interface XXObject :NSObject @end @implementation XXObject +(void)load{ NSLog(@"XXObject load"); } @end int main(in 阅读全文
posted @ 2017-05-19 11:12 do+better 阅读(503) 评论(0) 推荐(0)