编绎显示Unknown type name “CGFloat” 错误解决方法
时间:2015-08-20 18:10:36
收藏:0
阅读:1511
一、编绎显示Unknown type name “CGFloat” 错误解决方法


将Compile Sources As 改为 Objective-C

二、如果是extern const引起的。直接加头文件
#import <UIKit/UIKit.h>
原文:http://www.cnblogs.com/yuanjunliang/p/4745680.html
评论(0)