|
May 20 |
comment |
MPMovieController control bar not responding Also just make an answer with this and I'll accept it. Thanks man! :) |
|
May 20 |
comment |
MPMovieController control bar not responding It worked! Since this made no sense to me at all, could you please try to explaing what just happened? Feels to me like self.bounds would do the exact same thing... |
|
May 20 |
comment |
MPMovieController control bar not responding Gonna try, back with report in a sec |
|
May 20 |
comment |
MPMovieController control bar not responding There. I know the taprecognizer looks a bit spooky, but I've already tried commenting that away without result. |
|
May 20 |
revised |
MPMovieController control bar not responding added 1594 characters in body |
|
May 20 |
asked | MPMovieController control bar not responding |
|
Mar 28 |
accepted | extension change for .mov to .mp4 |
|
Mar 28 |
comment |
extension change for .mov to .mp4 It worked! Just gotta try it on an android device now. However your work here is done. Thanks again! |
|
Mar 28 |
comment |
extension change for .mov to .mp4 Well, the thing is it needs to be .mp4 to cope with android devices, and our api manager told me to do it from the device... Guess I'll look more into an AVAsset export way I read something about. Was using URLWithString. I'll try to change it. |
|
Mar 28 |
comment |
extension change for .mov to .mp4 Guess that would mean it's in the bundle then... Got Cocoa error 262 which according to some googling meant something's wrong with my url... Am I completely screwed or is there still a way? |
|
Mar 28 |
comment |
extension change for .mov to .mp4 It would be the standard for image library and where newly captured movies through UIImagePickerController are stored. |
|
Mar 28 |
comment |
extension change for .mov to .mp4 Sounds right! I'll check it out and accept. Thanks man! |
|
Mar 28 |
asked | extension change for .mov to .mp4 |
|
Jan 14 |
comment |
adding content to UIScrollView Try to NSLog both scrollView.subviews and scrollViewHeight to make sure all works as it's supposed to that far. |
|
Jan 11 |
comment |
iOS: How to hide a UITextField on settings change? Ahh gotcha... Have you tried viewWillAppear? |
|
Jan 11 |
comment |
iOS: How to hide a UITextField on settings change? With the first part I mean that you should give them a value yourself, whether you want them to be YES or NO. |
|
Jan 11 |
comment |
iOS: How to hide a UITextField on settings change? That's assuming he's going back to the previous view within trhe 15 sec right? Else it would even crash if I'm seeing it right? |
|
Jan 11 |
answered | iOS: How to hide a UITextField on settings change? |
|
Jan 10 |
answered | UITableView content of cell dont move on editing |
|
Jan 10 |
revised |
Run void on launch from another class edited body |