Cocoa Auto Layout Warning in Xcode console

2015-08-19 Thread JanakiRam Palepu
Hi All, I'm receiving the following message in Xcode console log whenever i launch my window. 2015-08-19 21:34:07.352 GDV[36081:1272774] Layout still needs update after calling -[NSScrollView layout]. NSScrollView or one of its superclasses may have overridden -layout without calling super. Or,

Reg : Code Complexity Tools

2015-02-03 Thread JanakiRam Palepu
Hi All, I’m looking for code complexity tools for my Objective-C and Swift projects. Can any one shed pointers on these. Regards, Janakiram ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comment

Converting File URL Scheme Path to filesystem representation string

2010-07-28 Thread JanakiRam Palepu
** Hi folks, I've been trying to extract NSString from a URL like string , as specified below. Input String: *file://localhost/Users/admin/Music/iTunes/* I've tried couple of options. 1. Created a NSURL from the string and extracting the string with absoluteString method. 2. Manually re

How to Access iPhoto,iTunes and iMove Playlist Information

2010-06-15 Thread JanakiRam Palepu
Hi All, I would need to access iTunes , iPhoto and iMovie application's playlist information and show them in my Cocoa Application ( Mac OS version can be 10.6). Can any one suggest me the ways to implement this feature in my Cocoa app. Thanks, Johny _