CocoaHeads Lake Forest will be meeting on the second Wednesday of the
month. We will be meeting at the Orange County Public Library (El Toro)
community room, 24672 Raymond Way, Lake Forest, CA 92630
Please join us from 7pm to 9pm on Wednesday, November 14.
Peter Hosey will be demoing AppCode, Je
Hi there,
In "Core Data Programming Guide" Apple recommend a way to batch fire fault a
collection of objects, It should be implemented as below:
NSArray * arrayOfFaults = [NSArray arrayWithObjects:object1,object2,nil];
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"self IN
Ooops, I'm wrong. I can still implement -tableView:didSelectRowAtIndexPath:.
--
Rick
On Nov 13, 2012, at 5:05 , Rick Mann wrote:
> I have a static content table view in a storyboard. One of the cells acts as
> a button to bring up a modal MFMailComposeViewController. Before, I
> implemented
I have a static content table view in a storyboard. One of the cells acts as a
button to bring up a modal MFMailComposeViewController. Before, I implemented
this in -tableView:didSelectRowAtIndexPath:
But I can't implement that method and have UITableViewController handle all the
other segues f
Cleaning the project, and quitting & relaunching Xcode fixed the problem. Sigh.
On Nov 13, 2012, at 2:57 , Rick Mann wrote:
> I've been converting my app to use Storyboards. Everything's been going fine,
> 'till I added one of the view controllers with a push segue from a dynamic
> cell in a p
I've been converting my app to use Storyboards. Everything's been going fine,
'till I added one of the view controllers with a push segue from a dynamic cell
in a previous view controller.
When I tap on the cell, I get an exception with this message: Storyboard
doesn't contain a view controller