码迷,mamicode.com
首页 >  
搜索关键字:ios自定义结构体对象    ( 1个结果
ios开发之封装自定义的结构体对象,CGRect,CGSize常用结构体基本使用
ios 中如何使用oc封装一个 结构体到  NSValue中呢? 方法如下: typedef struct{ //自定义一个结构体 int age; int number; }Student; NSValue *stu=[NSValue valueWithBytes:&stu objCtype :@encode(Student)];//把结构体封装成一个对象 Stud...
分类:移动开发   时间:2015-01-25 15:18:46    阅读次数:241
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!