Switch developer folder
Рубрики: others on May.06, 2012
1sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
Рубрики: others on May.06, 2012
1sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
Рубрики: others on Dec.22, 2011
Function C function Definition Sine sinf() The ratio of the length of the opposite to the length of the hypotenuse Cosine cosf() The ratio of the length of the adjacent to the length of the hypotenuse Tangent tanf() The ratio of the length of the opposite to the length of the adjacent
Рубрики: others on Nov.06, 2011
Now we have controller for creating events. This controller included from 4.0 iOS SDK. SimpleEKDemo The application uses table views to display EKCalendar object and EKEvent objects retrieved from an EKEventStore object. It implements EKEventViewController for viewing and editing existing EKEvents, and uses EKEventEditViewController for creating new EKEvents.
Рубрики: others on Nov.05, 2011
DDProgressView is a custom progress view à la Twitter for iPhone. DDProgressView works on both iOS and Mac OS. You must also compile the AppKitCompatibility.m file when targeting Mac OS. Thanks, Damien DeVille!
Рубрики: others on Aug.21, 2011
“Geo” renamed to “Photo Info Editor” alpha 1.0.1 Added Sparkle updater. Download Photo taken on Nikkon photo cam without GPS. Original date in NSDatePicker of photo.
Рубрики: others on Aug.15, 2011
QR-code generator Example: QR-code on my twitter
Рубрики: others on Aug.12, 2011
1. Close Xcode 2. go to ~/Library/Application Support/Xcode/Color Themes 3. remove your themes 4. Start Xcode 5. Done Very Easy! hahahah UPDATE: Do not add your *.h files to prefix file!
Рубрики: Mac OS X, others on Jul.14, 2011
Custom message box on Cocoa, like iOS messsge bubbles!