上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: http://www.cnblogs.com/yajunLi/p/6273697.html GCD 阅读全文
posted @ 2018-08-02 21:08 TheYouth 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 效果图如下: 阅读全文
posted @ 2018-07-13 11:17 TheYouth 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 重点分析: 1.隐藏导航的最下面的线。 2.设置导航背景的不透明度(ios7.0以上不用设置,translucent默认的就是Yes不用修改,但如果别人修改了或出现那种情况,需要设置为Yes)。 3.页面消失时导航恢复原样。 4.滚动时调用方法设置alpha来控制导航背景的渐变(也是核心,重点在这里 阅读全文
posted @ 2018-07-12 20:24 TheYouth 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 显示的效果是:我们是一个快乐的...(超过一定(例子是8个)数量时,后面的用...代替) 1.第一种情况字符串的截取。 2.第二种情况简单富文本的截取。 3.第三种情况不管是富文本还是字符串规定用length来判断长度并截取。 阅读全文
posted @ 2018-07-03 17:01 TheYouth 阅读(1452) 评论(0) 推荐(0) 编辑
摘要: https://b-stg.pingan.com.cn/creditcard/pacesbmms/merchantAppDownload/merchant-app.html 阅读全文
posted @ 2018-06-26 20:58 TheYouth 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 一、货币格式化 阅读全文
posted @ 2018-01-29 15:38 TheYouth 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 友盟 1、微信不回调 原因: //9.0后的方法 - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options{ return [[UMSoci 阅读全文
posted @ 2017-12-03 22:30 TheYouth 阅读(1800) 评论(0) 推荐(0) 编辑
摘要: 1.版本更新方法 2.页面更新提示 阅读全文
posted @ 2017-12-03 22:23 TheYouth 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: 上面的代码还有个bug还未解决,就是只要长按那个textView控件就去触发这个方法(超链接),待之后想到后再更新。 2017.12.3 晚 阅读全文
posted @ 2017-12-03 22:15 TheYouth 阅读(3476) 评论(0) 推荐(0) 编辑
摘要: 核心思想 1、通过UIView 开始动画[UIView beginAnimations:@"scroll" context:nil];到提交动画 [UIView commitAnimations]; 来实现动画效果,在这代码之间实现要做动画的效果,中间可以设置动画的速度,是否匀速及监听。 2、通过设 阅读全文
posted @ 2017-06-21 21:56 TheYouth 阅读(3650) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页