focus-ming

Results 7 issues of focus-ming

when MWPhotoBrowser pop nav is error !! only at ios 10 later ![54197657-f4ca-45a7-aa7e-e73d66086ef6](https://cloud.githubusercontent.com/assets/12179007/20779693/0ef87028-b7b1-11e6-99b9-7d3e57d3e9b0.png)

讲的非常详细。 这几天也在研究网易新闻,看了你的文章真是豁然开朗。

如果不想费事解决 github搜索HWWeakTimer 把NSTimer替换为HWWeakTimer 就可以解决

Pods/IDMPhotoBrowser/Classes/IDMPhoto.m:140:22: No visible @interface for 'SDWebImageManager' declares the selector 'downloadImageWithURL:options:progress:completed:'

func date(withFormat format: String) -> Date? { let dateFormatter = DateFormatter() dateFormatter.dateFormat = format return dateFormatter.date(from: self) } 如果传入"yyyy-MM-dd HH:mm:ss" 用户手机设置为12小时制 会返回nil 希望能尽快更新版本添加dateFormatter.locale = Locale(identifier: "en_US_POSIX")

possible bug

想问一下大佬 APP中有些使用场景是同一个cell可能会对应不同的model 但是目前这套模式 cell的viewdata直接定死了cell惟一对应的model类型。导致同样的Cell无法绑定其它类型的model。 不知道大佬有解决方案吗?