开发者

Include this file in project [closed]

开发者 https://www.devze.com 2023-03-17 17:37 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

Trying to debug a UILabel and am trying to follow the instructions on this page:

http://ramin.firoozye.com/2008/12/11/easy-uiview-debugging-o开发者_如何转开发n-the-iphone/

which mentions:

Include this file in our iPhone XCode project and build it for debugging.

Does that mean simply import it into a .m file like this?

#import UIViewExtras


No, you just need to drag the file 'UIViewExtras.m' into your Xcode project, so that it lies alongside the rest of your source code files. Nothing else, no #imports.

0

精彩评论

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