2013年11月2日

Implicit conversion from enumeration type 'enum CGImageAlphaInfo' to different enumeration type 'CGBitmapinfo' (aka) 'enum CGBitmapInfo')

摘要: The constants for specifying the alpha channel information are declared with the CGImageAlphaInfo type but can be passed to this parameter safely.Just use a cast to suppress the warning:CGBitmapInfo bitmapInfo =(CGBitmapInfo) kBitmapInfo; 阅读全文

posted @ 2013-11-02 23:20 小浪鼓 阅读(2138) 评论(0) 推荐(0) 编辑

导航