English 中文(简体)
页: 1 是否有可能将UIImage语作为档案添加吗?
原标题:iPhone Sdk: Is it possible to add an UIImageView as a file?

i was just wondering wether it is possible to add an uiimageview as a .m and .h class file because you can just choose a subclass from uiview or uitableviewcell in apple s templates and it than automatically creates the .m and .h files. Is there a way to do the same for an UIImageView or is it possible to somehow "turn" the UIView into an imageview?

页: 1

最佳回答

您可自行创建>, 是。 如果你再次勇敢,你也可以创建你自己的下级<代码>。 IDView也采用。 UIImage 并油漆:-(ave)drawRect: 方法。 然后,它就好像是<条码>。 UIImageView。

但是,为什么会?

。 UIView小类模板,然后用<条码>替换。

@interface UIImageViewPlus : UIImageView {
    // ...
}

所有这一切现在都使用<条码>。 UIImageView Plus, 不论在何处使用

问题回答

UIImageView是一夫一妻,因为它直接继承了IDView,因此我无法确定你要求什么。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签