Re: uitabbar translucency and hiding

2016-08-22 Thread Scott Ahten
> On Aug 20, 2016, at 7:29 PM, Torsten Curdt wrote: > > Now I would like to hide the UITabBar (on action). Hello, Torsten. Can you elaborate further on your use case and what problem you are trying to solve? I would suggest you have found this difficult because a

Re: How to save a Dictionary Network to a plist file?

2016-01-22 Thread Scott Ahten
There is a helpful article on NSHipster comparing methods of storing object graphs, which includes an example of using NSKeyedArchive / NSCoding to persist objects. The example defaults to Swift, but you can switch to Objective-C. The output is NSData, which you can write to disk or stash in