Dũng Đặng
Dũng Đặng
Hi @phuhk, cái VC t thừa kế từ cái ElasticVC nó k deinit được, k biết bạn có bị z không? Đã thử những cách trên nhưng cũng k được...
Yes, the same as me. I put a collectionView in first segment and when rotating device, the size of cell is not updated. Any suggest ?
> i want the same functionality as well , @junestchick did u find any solution to this ? still no :D, i used it as default.
Did it fixed ?
I am having the same problem too. `let predicateNumber = NSPredicate(format: "ANY numbers CONTAINS[c] '\(keyword)'")` -> not work numbers is List
`let options = [kCGImageSourceShouldCache as String: kCFBooleanFalse]` `if let data = NSData(contentsOfURL: url), imgSrc = CGImageSourceCreateWithData(data, options) {` ` let metadata = CGImageSourceCopyPropertiesAtIndex(imgSrc, 0, options) as Dictionary` ` print(metadata)` `}`