YidaCoder
YidaCoder
set up self.passFieldItem.accessoryView = self.isOpenPassButton; And then call [self.section reloadSectionWithAnimation:UITableViewRowAnimationAutomatic]; Memory will boom
图片加载不出
hud.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:[@"MBProgressHUD+JDragon.bundle/MBProgressHUD" stringByAppendingPathComponent:iconName]]]; 这个方法有问题吧??? 应该是 UIImage *image = [UIImage imageWithContentsOfFile:[[[NSBundle hs_Bundle] resourcePath] stringByAppendingPathComponent:@"图片名"]]; return image;
1 希望能暴露出一个过渡方法,让自定义page 的时候,更好的处理动画,和轮播保持一致性 didScrollFromIndex:(NSInteger)fromIndex toIndex:(NSInteger)toIndex 2 希望能处理一下,轮播到最后一页,变为第一页的时候的过渡动画。保持可以选择
UILabel 中改变颜色的数组 wy_colorsOfRanges。中,如果文中有多个相同的文字,只能改变第一个文字的颜色。其余的不能改变。这个有办法吗? wy_enabledClickEffect 这个效果打开之后,push 到下个界面回来,依然显示点击的背景颜色
在5.5.2.0版本中还没有,当升级到5.5.5.1版本中,按照上面的操作方法,就会出现这样的弹窗。
画中画功能
1 有人实现画中画功能了吗?具体是怎么操作的。
看文档说是自己需要缓存m3u8格式的缓存, `[AliPlayerGlobalSettings enableLocalCache:true maxBufferMemoryKB:1000 * 3 localCacheDir:dbPath];` 只有这个方法管用,但发现沙河中cache 的变的很大,如果看10个视频都超过1G了,但是看mp4 格式的时候,没有发现有本地缓存,但是左右拖动都非常顺畅。m3u8 格式应该怎么搞。