Quantcast
Channel: Chris's little Blog » iOS
Browsing all 12 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Free Icons for iOS, Android & Windows Phone 7

http://iconsweets2.com/ http://somerandomdude.com/projects/iconic/ http://www.billybarker.net/downloads/Free_Sample_Pack.zip http://www.greepit.com/open-source-icons-gcons/ http://glyphish.com/...

View Article



Image may be NSFW.
Clik here to view.

Xcode cannot run using the selected device. No provisioned iOS device …...

There is no iOS 4.3 update for the iPhone 3G and iPod Touch 2G available.  If you have set the Deployment Target to 4.3 in your Xcode project settings you will get an error. To run the app on your...

View Article

Image may be NSFW.
Clik here to view.

Converting NSString to NSDate and vice versa

NSDate *date = [NSdate date]; NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [dateFormatter setDateFormat:@"yyyy-MM-dd"]; // Convert a date to NSString and get rid of the minutes......

View Article

Image may be NSFW.
Clik here to view.

Icons for universal iOS apps

App Store Icon 512×512 (scaled down to 175×175 for display in the store) Application Icon 114×114 (iPhone 4) 57×57 (older iPhones) 72×72 (iPad) Spotlight Search Results and Settings Icon 58×58 (iPhone...

View Article

Image may be NSFW.
Clik here to view.

Compare files on Mac OS X with FileMerge or KDiff3

FileMerge is a little program which is in the “Developer Package” of Apple. You can download the package including Xcode, the SDK and FileMerge from Apple if you are a member of the Developer Program...

View Article


Image may be NSFW.
Clik here to view.

Remove project or folders from subversion in Mac OS X

Start a Terminal, go to the root folder of your project and type: find ./ -name “.svn” | xargs rm -Rf After removing all subversion files i got the following error in Xcode. Go through Organizer ->...

View Article

Image may be NSFW.
Clik here to view.

Case insensitive comparison and searching NSString

if( [@"Some String" caseInsensitiveCompare:@"some string"] == NSOrderedSame ) { // strings are equal except for possibly case } NSRange range = [@"Some String" rangeOfString:@"string"...

View Article

Image may be NSFW.
Clik here to view.

Uninstall Xcode

Use the following command to uninstall Xcode: sudo <Xcode>/Library/uninstall-devtools --mode=all <Xcode> is the location you’ve installed Xcode. If you’ve installed Xcode with the default...

View Article


Image may be NSFW.
Clik here to view.

UINavigationBar Color of More Tab in iOS 5

If you start a Tabbed Application and use Storyboards in Xcode with iOS 5 a simple project will be created with two tabs. If you add more than 5 Tabs to the Tab Bar Controller a “More” tab will be...

View Article


Image may be NSFW.
Clik here to view.

Wireframe structure for iPhone iOS 4/5

Here you can find a wireframe structure for the iPhone.

View Article

Image may be NSFW.
Clik here to view.

HTC One M8 – Android 5 Lollipop USB Debugging und Entwickleroptionen aktivieren

Die Entwickleroptionen sind ab Werk nicht aktiv und müssen zuerst freigeschaltet werden. Rufe das Menü deines Android-Smartphones auf und öffne die Einstellungen. Scrolle nach unten  bis zum Eintrag...

View Article

Image may be NSFW.
Clik here to view.

Export Bookmarks or History on Android Chrome

You can get bookmarks and history dumps with the following shell commands: adb shell content query --uri content://com.android.chrome.browser/bookmarks adb shell content query --uri...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images