I have searched the UIImage
class for it's开发者_Go百科 designated initializer, but there wasn't one. What's the designated initializer of UIImage
?
Simply: there isn't one. There are multiple ways to create a UIImage
, and they don't necessarily share code paths, which means they don't reduce to a common initializer.
精彩评论