上一页 1 2 3 4 5 6 ··· 12 下一页
最近做了个需求,需要在对tableview的headerview里面添加一个webview,而webview的高度不确定。故踩了一下关于beginUpdates和endUpdates的坑,这里记录一下 self.tableHeaderView.frame = CGRectMake(0, 0, JYE Read More
posted @ 2018-09-03 15:17 偶阵雨ss33 Views(221) Comments(0) Diggs(0) Edit
结合:https://blog.csdn.net/qiuhaozhou/article/details/54582741 下面是我所要的样式的实现的代码: .h文件如下: #import <UIKit/UIKit.h> @interface JYECircleFlowLayout : UIColle Read More
posted @ 2018-08-22 14:15 偶阵雨ss33 Views(1027) Comments(0) Diggs(0) Edit
摘自:https://www.jianshu.com/p/0415bb86a07f 四、怎么使用: 拖HorizontalPageFlowlayout的.h和.m文件到你项目中,也可以直接拖HorizontalPageFlowlayout这个文件夹到你的项目中。 在你要创建UICollectionV Read More
posted @ 2018-08-06 17:57 偶阵雨ss33 Views(1583) Comments(0) Diggs(0) Edit
给图片增加UIGestureRecognizer 手势的时候 ,因为图片是动态增加的,一开始不知道如何确定自己点在哪个控件上。后来各种试,终于明白了。。。代码如下UIGestureRecognizer* singleTap = [[UITapGestureRecognizer alloc] init Read More
posted @ 2018-07-09 14:26 偶阵雨ss33 Views(185) Comments(0) Diggs(0) Edit
举个列子说明 http://xxxxxxxxxx?account=haha 结果: account = getUrlParam(account) --> account = haha 代码实现: function getUrlParam(name){ var reg = new RegExp("(^ Read More
posted @ 2018-06-01 13:49 偶阵雨ss33 Views(2115) Comments(0) Diggs(0) Edit
摘自:https://www.cnblogs.com/jys509/p/5225594.html Read More
posted @ 2018-03-25 00:11 偶阵雨ss33 Views(110) Comments(0) Diggs(0) Edit
//二楼视频 JYEMainErlouViewController *erLouViewController = [[JYEMainErlouViewController alloc]init]; //将视频url传递进入二楼视频VC里 erLouViewController.playerURL = Read More
posted @ 2018-01-23 11:22 偶阵雨ss33 Views(708) Comments(0) Diggs(0) Edit
//二楼视频 JYEMainErlouViewController *erLouViewController = [[JYEMainErlouViewController alloc]init]; //将视频url传递进入二楼视频VC里 erLouViewController.playerURL = Read More
posted @ 2018-01-23 11:21 偶阵雨ss33 Views(2830) Comments(0) Diggs(0) Edit
http://www.sdifen.com/office20161527.html Read More
posted @ 2017-09-13 18:58 偶阵雨ss33 Views(481) Comments(0) Diggs(0) Edit
http://blog.csdn.net/zjjnljt/article/details/45026141 Read More
posted @ 2017-08-15 18:59 偶阵雨ss33 Views(109) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 ··· 12 下一页