Apple today announced that its set of WatchKit development tools are now available for developers, allowing them to begin creating apps and software for the company’s upcoming Apple […]
iOS 8.1.1 released
After two weeks of testing, Apple has released iOS 8.1.1, a minor update that includes several bug fixes. Apple first seeded the iOS 8.1.1 beta to developers on […]
First iOS 8.1.1 beta is out
Following this afternoon’s release of the first OS X Yosemite 10.10.1 beta, Apple has seeded the first iOS 8.1.1 beta to developers. The iOS 8.1.1 beta comes two […]
Second iOS 8.1 Beta seeded to developers
Apple today released the second beta of iOS 8.1, build 12B407, to registered developers for testing purposes, just over a week after the release of the first iOS […]
First iOS 8.1 Beta available to developers
Apple today released the first beta of iOS 8.1 to registered developers for testing purposes, just a few days after the release of iOS 8.0.2, which fixed a […]
iOS 8.0.2 available!
Apple has just released iOS 8.0.2, its second update to iOS 8 designed to fix major issues introduced with iOS 8.0.1, which went out to iPhone owners on […]
Quick tip: Using background operations with Grand Central Dispatch
Yes, Grad Centeral Dispatch may seems big and complex. But if you need to put some work into background, its pretty easy, all you have to do is: […]
iWork for iCloud Updated
As noted by 9to5Mac, Pages, Numbers, and Keynote for iCloud have gained updated designs for their document, spreadsheet, and presentation editors along with support for Retina displays. All […]
Quick tip: using singleton pattern
So far I saw many examples, but not every of them is valid, follow my rules and you will get proper singleton pattern. in MySingleton.h file: @interface MySingleton : […]