David DelMonte
David DelMonte
Has this been rolled into the master? Thanks
I'm trying to remember what I did. iirc, I ended up making my own index -- but if you could index sm_LocalStore_RecordID, that would likely solve a key data sync...
+ 1 (although, for now, the project files will update ok)
I used this approach: You don't drop the view into the storyboard but add the UIView to the list of components for the specific ViewController. Please see the attached screenshots....
And the ViewController.m: // // ViewController.m // CollapseClick // // Created by Ben Gordon on 2/28/13. // Copyright (c) 2013 Ben Gordon. All rights reserved. // #import "ViewController.h" @interface ViewController...
I did keep the collapseCell as an external nib. So, no more code than before. On Apr 27, 2014, at 5:45 AM, Pete Chmiel [email protected] wrote: > @david…thanks for the...
I made nibs of each cell section. These are linked to the storyboard either through name identifiers or tags On Apr 27, 2014, at 5:53 AM, Pete Chmiel [email protected] wrote:...
My solution for the top Navigation item is as follows: In the sample, the main view is a Collapse Click class view. Add a second main view, and make the...
+1 for objc and Swift. No preference on packaging.