开发者

UIDeviceOrientation *orientation = [UIDevice currentDevice].orientation; gets an 'incomplatible types in initialization' error

can anyone t开发者_JS百科ell me why this line would throw an incompatible types error?

UIDeviceOrientation *orientation = [UIDevice currentDevice].orientation;


It's not returning a pointer:

UIDeviceOrientation orientation = [UIDevice currentDevice].orientation;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜