返回首页
当前位置: 主页 > 手机mobile >

在View中以nib做为子View添加

时间:2010-08-09 15:42来源:未知 作者:sam.huang 点击:
for (id currentObject in nibObjects) { if ([currentObject isKindOfClass:[searchViewCell class]]) { cell = (searchViewCell *) currentObject; break; } }
  
  for (id currentObject in nibObjects) {
            if ([currentObject isKindOfClass:[searchViewCell class]]) {
                cell = (searchViewCell *) currentObject;
                break;
            }
        }
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
发布者资料
amw 查看详细资料 发送留言 加为好友 用户等级:高级会员 注册时间:2009-03-30 13:03 最后登录:2012-01-17 11:01
推荐内容