Xcode is the software … that the developpers use to program & create App for Computers and Mobile devices.
Apple Actual Version
GitHub Find Exchange Share code … Share code is one of the most important and powerfull feature.Develop a project with more than one person by working all together at the same time. Branch is a fonction that let you work from the office or home.Work on your part and than merge it all together…
Details
If you want to force a number to change or keep it positive. Here is the way: abs() for int fabs() for double fabsf() for float If you want more info, you can look here: http://stackoverflow.com/
Details
In the new version of iOS 8, Apple has added a feature called: Margin Relative. This could make problems at run, debug or compile time because older version does not support Margin Relative. To fix the problem: Disable all “Prefer margin relative” (uncheck) If it still does not work at the end, here’s my personal…
Details
Why opening Xcode 6 is long … take’s time … forever When Xcode 6 is open for the first time, it can take up to a couple of minutes before it complete it’s first opening. Why? … Security. Because Xcode look, compute a checksum on tens of thousands of files using over 5 GB…
Details
Interesting book to test your App … Easy & Automatically… Yes! Title: Test iOS Apps with UI Automation: Bug Hunting Made Easy Developer and Writer Page GitHub Page Where to Buy: The Pragmatic BookShelf – Amazon Discover how it work before to buy in this video on YouTube.
Details
List of book that I’m looking to buy for Swift in iOS 8 Programming in Swift iOS 8 Programming Fundamentals with Swift: Code and Cocoa Basics iOS 8 Swift Programming Cookbook: Solutions & Examples for iOS App Swift Development with Cocoa: Developing for the Mac and iOS App It’s a good start 2014 … for…
Details
There’s a procedure on the Apple Developper Site: How do I rename my application in Xcode? Nice … but! If you change the forder name, you’ll have this error message: Command/Applications/Xcode.app/Contents/Developer/Toolchains /XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1. To resolve Go to TARGET / Build Settings verify and modify the two following repositories: info.plist File Precompile Prefix Header…
Details