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.
I am using ARC, so I guess I cannot use "release," but I got it working, and the videos are playing properly, but when working with multiple videos, it gives me this error:
2012-08-17 15:27:32.391 LYWAM Tour[1522:707] -[InformationPageViewControll…
Storyboards:yes, storyboard seque:yes, hello is the identifier of the segue, I want it to perform the segue that has the identifier "hello" but it is bringing me to the wrong view.
I got that working, I just had to change the ".name" to "@"whatever""
Now I'm using this code:
- (CustomerCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
CustomerCell *cell = [tableView dequeueReusabl…
So I've been trying everything to try and fix this, I even set up a custom cell to see if that would work, using this code:
//
// ViewController.m
// LYWAM Tour
//
// Created by Alan Raff on 6/28/12.
// Copyright (c) 2012 __MyCompanyName__. All…
Thank you for the replies, this is my CustomerCell.h file
#import
@interface CustomerCell : UITableViewCell
{
}
@property (nonatomic, strong) IBOutlet UILabel *label1;
@property (nonatomic, strong) IBOutlet UIImageView *image1;
@end
And …
I would like them to be separate viewcontrollers because once you type in the number, I want to present the user with a GUI where they can choose to play an MP3, video, or read a backstory about the item.
iAppDeveloper;440296 said:the error is in your - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section method, post the code of this method that we can have a look at it
- (NSInteger)tableView:(UITableView *)tableVi…
Sorry for the late reply, my computer wasnt letting me acces the forums, it was saying something about malware.
2012-07-03 09:30:55.227 LYWAM Tour[350:f803] -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instanc…
I dont know how to make it so when I press "GO" to save what I have entered in the field and go to a different viewcontroller based on what number is in the textfield.
Sorry for the late reply, but in the future I was planning on having a number of audio files that is two digits, and 01 would go to audio1.mp3, and 02 would go to audio2.mp3