Problem with collapsing sections in UITableView

2015-04-23 Thread Jim Geist
Hi all - I have an app that displays several screens with a ton of user-generated data, and at the advice of a UI designer I'm thinking of putting the data into sections that I can collapse if the section has no data. I have a really simple implementation mocked up: a table view with one cell per

Re: Crash at iOS App Startup - What Could Have Gone Wrong?

2015-04-23 Thread Giacomo Tufano
FWIW, I successfully used for years svn on a file:// repository with the directory pointing to Dropbox. It works and you can check it out from different machines (I happened to have a desktop and a laptop). But I also suggest to move to git... > Il giorno 22/apr/2015, alle ore 00:17, Alex Zavato

Re: Linking to MLMediaSourcePhotosIdentifier

2015-04-23 Thread Roland King
> > > Also, adding the explicit & confuses the compiler - it then marks that code > as dead, stating it will never be executed. I’m not sure how it comes to that > conclusion exactly, > > The reason it comes to that conclusion is because the header file declares that symbol as external but