I\'m trying convert my code to iOS 8 project, and i need some explanation on how to fix this warning: \"Convenience initializer missing a \'self\' call to another initiali
One slice of Apple docs I found on designated initializers is here.
I've answered a question on how to suppress these warnings here, with a couple more options. I particularly like the precompiled header method (#2), because it reminds you to fix it.