28 апр. 2015 г.

24 апр. 2015 г.

Penn J., Smith J. Build iOS Games with Sprite Kit: Unleash Your Imagination in Two Dimensions

For beginning iOS developers who want to write games and interactive applications.Take your game ideas from paper to pixels using Sprite Kit, Apple's 2D game development engine. Build two exciting games using Sprite Kit and learn real-world, workshop-tested insights about game design, including cognitive complexity, paper prototyping, and levels of fun. You'll learn how to implement sophisticated game features such as obstacles and weapons, power-ups...

Deitel P., Deitel H. Swift for Programmers

The Swift™ programming language was arguably the most significant announcement at Apple’s 2014 Worldwide Developers Conference. Although apps can still be developed in Objective-C®, Apple says that Swift is its applications programming and systems programming language of the future.Swift is a contemporary language with simpler syntax than Objective-C. Because Swift is new, its designers were able to include popular programming language features...

17 апр. 2015 г.

10 апр. 2015 г.

3 апр. 2015 г.

30 мар. 2015 г.

26 мар. 2015 г.

24 мар. 2015 г.

UIButton popup анимация / UIButton popup animation

Анимация кнопки (UIButton) по клику или без. Также можно анимировать любой другой контрол. button.transform = CGAffineTransformScale(CGAffineTransformIdentity, 0.001, 0.001);     [self.view addSubview:button];          [UIView animateWithDuration:0.4/1.5 animations:^{         button.transform = CGAffineTransformScale(CGAffineTransformIdentity, 1.3, 1.3);     } completion:^(BOOL...

23 мар. 2015 г.