Posts

Showing posts from November, 2012

Nice tutorial

Nice One http://rypress.com/tutorials/objective-c/ TableView DragAndDrop row from one table to other http://www.scott-sherwood.com/ios-5-drag-and-drop-between-uitableviews/ Sample github TableViewCell http://code.tutsplus.com/tutorials/ios-sdk-crafting-custom-uitableview-cells--mobile-15702 Animation http://blog.devedup.com/index.php/2010/03/03/iphone-animate-an-object-along-a-path/ FlowCover -> Vertical Scrolling View http://www.chaosinmotion.com/flowcover.html Creating Static Libraries For iO S http://www.icodeblog.com/2011/04/07/creating-static-libraries-for-ios/ http://www.stanford.edu/class/cs193p/cgi-bin/drupal/downloads-2011-fall http://rypress.com/ AutoLayout http://blogs.captechconsulting.com/blog/raymond-robinson/ios-6-tutorial-series-dynamic-interfaces-auto-layout

Flip The image

This is to flip the image. UIImage * flipped = [ UIImage imageWithCGImage : imag . CGImage scale : 1.0 orientation : UIImageOrientationDown ];

The simplest way to resize an UIImage.

+ ( UIImage *) imageWithImage :( UIImage *) image scaledToSize :( CGSize ) newSize { //UIGraphicsBeginImageContext(newSize); UIGraphicsBeginImageContextWithOptions ( newSize , NO , 0.0 ); [ image drawInRect : CGRectMake ( 0 , 0 , newSize . width , newSize . height )]; UIImage * newImage = UIGraphicsGetImageFromCurrentImageContext (); UIGraphicsEndImageContext (); return newImage ; } StackOveFlow  Link

Show hidden files Mac OS X 10.7 Lion and 10.8 Mountain Lion

To Show hidden files/folders in finder windows: Open Finder. Open the Utilities folder. Open a terminal window. Copy and paste the following line in terminal: >> defaults write com.apple.finder AppleShowAllFiles TRUE >> killall Finder Line 1:  command will show all hidden files and folder. Line 2:    command is to re-launch the Finder window. You should find you will now be able to see any hidden files or folders. Revert Back :: One you are done, perform the steps above however, replace the terminal command in step 4 with: >> defaults write com.apple.finder AppleShowAllFiles FALSE >> killall Finder

quick App Publishing on iTunes. No MAC required!

Bypass iTunes Sync Process with App Loader for quick App Publishing on iTunes. No MAC required! Bypass iTunes Sync Process with App Loader for quick App Publishing on iTunes. No MAC required! iBuildApp today launched App Loader, a service that makes it easy to publish iPhone app on iTunes without using MAC. The service is perfect for people without coding experience by enabling quick iPhone app Publishing. The following have been released today: 1 . Improved color picker tool (to chose the color for background) 2.  Automated App Loader (to allow clients who don’t have a MAC or don’t know how to generate a CSR, generate it using our platform) 3.  Now iBuildapp provides service for uploading app binary on the app store: we recieve requests for uploading app binaries on iTunes Connect and charge $30 4.  Android native apps – work the same way as iPhone native apps. Now you can create the same app for both platforms: iOS and Android The following features have been included