随笔分类 -  IOS

摘要:If you have tried to send any information using a GET web request, you would have come cross an annoying problem, That annoying problem is making sure that the URL is corrently encoded. The issue is that by default most of these methods leave characters such as & = ? within a URL, as they are st 阅读全文
posted @ 2012-04-26 16:50 姜萌芽 阅读(7076) 评论(3) 推荐(1) 编辑
摘要:1. Hide the existing system controls of the MPMobilePlayerController. MPMoviePlayerController * _videoPlayer; ... _videoPlayer.controlStyle = MPMovieControlStyleNone; ...2. Add your customized view with customized control buttoms (play, pause, stop, prev, next) or slider (volumn slider) to the _... 阅读全文
posted @ 2012-04-19 16:40 姜萌芽 阅读(543) 评论(0) 推荐(0) 编辑