Running UIAutomation on Device

2013-07-22 Thread James West
ssing? -- James West j...@clvr.im ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Nib image caching

2013-05-28 Thread James West
Does anyone know if nibs cache images or not inside of UIImageView? In code, one would use - (UIImage *)imageNamed for a cached image, and - (UIImage *)imageWithContentsOfFile to pull directly from disk. But I'd like to learn how UIKit unarchives them from nibs. Cheers, -- James Wes

Trying to customize UITableViewCell with IB but having odd exception

2012-01-27 Thread James West
th.row]; I get -[UIAccessibiltyBundle setProduct:] unrecognized selector sent to instance Everything indicates that 'cell' is of the correct type, however I'm still getting this error. (SearchCellTop is a subclass of SearchCell) -- James West

iOS - Designing a view controller with multiple views

2012-01-16 Thread James West
tor(pushViewControllerFromSubview:) withObject:wv]; }]; I've tried using a delegate pattern as well as assigning the outer view controller's navigationcontroller as a property to the inner view. Neither works. This whole thing feels rather hackish, and I'm sure there's something

Index in only one section of UITableView

2011-11-30 Thread James West
ut an alphabetical index on the other 70, but can't figure out how to keep it from overlapping on the first section. Thanks! -- James West Sent with Sparrow (http://www.sparrowmailapp.com/?sig) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: Mac Apps

2010-12-23 Thread James West
Presumably, yes. With the added bonus of app store distribution. - James On Thu, Dec 23, 2010 at 3:57 PM, wrote: > I haven't thrown in my $99 yet so I cannot get the details on a 'Mac App'. > > Is a Mac App just a Cocoa app that is signed? > > -koko > > _

libsvn_client for IOS

2010-11-14 Thread James West
I'd like to add support for svn to my ios project, but I notice that libsvn_client is not available for ios through Frameworks > Add > Existing Framework. My question is two-fold: 1) Is there a method by which I can link against libsvn_client in an ios application and 2) If not, are there any issu