Posts

Post marked as solved
4 Replies
2.4k Views
Hi As I understand, it's possible to vary the row-height of the table row so that large amount of text fits in the the TextView. Somehow I can't seem to get it to work.Is it possible to provide detailed steps/screenshots ? Thanaks for all the help
Posted
by _hs_.
Last updated
.
Post not yet marked as solved
2 Replies
2.1k Views
Hi,I am trying to load JSON into Coredata. Something similar to what was presented WWDC 2019.There are discrepencies on slide 49 and 51. The Type returned by JSON decoder on 49 is [[String: Any]] and is different than 59 [String: Any]Moreover, the code does not seem to work?Did anyone get it to work? Is it possible to provide example?let rawPostsData = // ...if let postDicts = try? JSONSerialization.jsonObject(with:rawPostsData) as? [String : Any] {moc.perform {let insertRequest = NSBatchInsertRequest(entity: Post.entity(), objects: postDicts) let insertResult = try? moc.execute(insertRequest) as! NSBatchInsertRequestlet success = insertResult.result as! Bool} }
Posted
by _hs_.
Last updated
.
Post not yet marked as solved
0 Replies
530 Views
Hi Is there a way to display badge (with count) on the TabBar Icons?Thanks for all the help
Posted
by _hs_.
Last updated
.
Post not yet marked as solved
3 Replies
1.2k Views
NSBatchInsertRequest appears to be missing from the Beta-2. Did anyone else get it to work?
Posted
by _hs_.
Last updated
.