ios
ihefe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
自定义UITabBar 背景图片
@interface testViewController :UIViewController UITabBarDelegate>{ IBOutlet UITabBar *NavTabBar;}NavTabBar.backgroundImage=[UIImageimageNamed:@"bg.png"];原创 2012-04-07 16:41:13 · 861 阅读 · 0 评论 -
MPMoviePlayerViewController 问题
- (void)playVideo:(NSString*)url{ NSLog(@"play~"); if(![PlayUrl isEqualToString:url]){ playerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL f原创 2012-04-09 16:22:00 · 2379 阅读 · 0 评论 -
ios,xmpp 添加好友与好友请求处理
XMPPStream *xmppStream; XMPPReconnect *xmppReconnect; XMPPRoster *xmppRoster;//用户对象//需要添加的对象 //添加好友 #pragma mark 加好友- (void)XMPPAddFriendSubscribe:(NSString *)name{ //XMPP原创 2012-11-27 15:45:03 · 22735 阅读 · 9 评论
分享