Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Right... This one's had me scratching my head for some time. Does anyone know if it's possible to load a video from a table view. Currently, I'm using this set up to load a new view from each cell...
I'd just like to know whether I can use the 'switch (indexpath.row)' function to load a video rather than a new view.
I've previously tried loading the new view then using the video code under 'viewDidLoad' but didn't have much luck. I could hear the video playing but only the navigation controller was visible with a white background.
// Customize the number of sections in the table view. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 1; }
// Customize the number of rows in the table view. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return [tableList count]; }
// Customize the appearance of table view cells. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
Replies
Hope that helps! And by the way, remember to import your MediaPlayer framework! :)
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeThanks a lot for that, great work!
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesomei`ve been implementing this code..and i`m a bit confused in the .h
this is my code
and still has many errors.one of error say that my table list is undeclared..
any suggestion guys?
thank you
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome