Hi,could u please help me how to pop up a picker view when i select a row in a table view. I have a text field on each cell ,so when i click on that textfield ,i want picker view to be displayed. Once i select the value from the picker view, the value has to be displayed in that particular textfield and then i need to save all the values which user has selected.Looking for ur reply.
hy i made the switch vies app and im tryng to put a table view with mutable arays in the second view ..can u please help me to do that..couse i did not slep for three day tryng to make this work..plssss.. i whant to do this: 2 switching views and in the second to put a table view with 5 arays difrent one off another ,and then each row with other names....i have my project in xcode 4...if u whant i can sand it to u to have a look ,maby im doing something rong...please help meee :))
It loads the background image into each cell of the table and not in the actual background at all. Do you know what Im doing wrong? can someone help me?
@TCampbellBSNRN Hey man, if your still working on that app, first drag and drop your desired image into your app's Resources folder. Then, open Interface Builder. Drag an Image View onto your View. Highlight the Image View, open Attributes Inspector. From there you can select the image to place as your background.
Everyone can make a good app but people need to realise that you publish your app on the app store or put it onto your iPhone/iPod unless you pay a yearly fee of $99 to apple
it does also work for any other view . you just have to insert self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"AppBackground.png"]];
im making a mini app. now im stuck on this one part. i have a button that when u press it, it plays a sound, then i want it to change to yellow after 2 seconds and then after it turns yellow, 2 seconds later i want it to change to black.
myView.backgroundColor = [UIColor yellowColor];
sleep(2);
myView.backgroundColor = [UIColor blackColor];
sleep(4);
but it only changed to black and skipped the yellow part. plz help
You know you spelt Maximum wrong in your app?? Even the screenshots on the app store show this. It makes your app look bad, which is a shame. Thanks for this video, though! :-)
Nice and Helpful Tutor...... Can u pls show how can we do multiple view(4 view Using Navigation Based Application ),in the first View around 10 row will be present with some word in each row and whenever we click it must go next view (2 nd View) and here some text should be displayed along with next and forward button.(to move back and fro) and when we click forward again some more text should be displayed (goes to 3rd View).,again Back and fro button .....
This has been flagged as spam show
Hi,could u please help me how to pop up a picker view when i select a row in a table view. I have a text field on each cell ,so when i click on that textfield ,i want picker view to be displayed. Once i select the value from the picker view, the value has to be displayed in that particular textfield and then i need to save all the values which user has selected.Looking for ur reply.
madhukaly 3 months ago
hy i made the switch vies app and im tryng to put a table view with mutable arays in the second view ..can u please help me to do that..couse i did not slep for three day tryng to make this work..plssss.. i whant to do this: 2 switching views and in the second to put a table view with 5 arays difrent one off another ,and then each row with other names....i have my project in xcode 4...if u whant i can sand it to u to have a look ,maby im doing something rong...please help meee :))
jhonbpmdeep 4 months ago
I built an app I used tables and ns dictionary and arrays. Now Ive decided I want to add a background image, but when I use this code:
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Medbg.png"]];
It loads the background image into each cell of the table and not in the actual background at all. Do you know what Im doing wrong? can someone help me?
TCampbellBSNRN 4 months ago
@TCampbellBSNRN Hey man, if your still working on that app, first drag and drop your desired image into your app's Resources folder. Then, open Interface Builder. Drag an Image View onto your View. Highlight the Image View, open Attributes Inspector. From there you can select the image to place as your background.
88blockNS 1 month ago
Comment removed
TheSemourSHOW 8 months ago
Everyone can make a good app but people need to realise that you publish your app on the app store or put it onto your iPhone/iPod unless you pay a yearly fee of $99 to apple
PillonelProductions 8 months ago
@PillonelProductions 99$ per application ? or for all your apps ?
Alimohamedemad 1 month ago
@Alimohamedemad It's 99$ for a year subscription. You can upload all the apps you want during that year.
88blockNS 1 month ago
@88blockNS thanks man
Alimohamedemad 1 month ago
have u made any apps that are on the app store?
fullboxxskater 8 months ago
Awesome.
DyslexicChris 8 months ago
it does also work for any other view . you just have to insert self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"AppBackground.png"]];
sidorueckwaerts 11 months ago
@ipodtouchhacker You need to use a NSTimer with a callback function. Search for a tutorial.
SebbernVideos 1 year ago
im making a mini app. now im stuck on this one part. i have a button that when u press it, it plays a sound, then i want it to change to yellow after 2 seconds and then after it turns yellow, 2 seconds later i want it to change to black.
myView.backgroundColor = [UIColor yellowColor];
sleep(2);
myView.backgroundColor = [UIColor blackColor];
sleep(4);
but it only changed to black and skipped the yellow part. plz help
ipodtouchacker 1 year ago
Great video! Is it possible to put different images on each UITableCell? If it is, how?
Thanks.
gugun002 1 year ago
great video!
surfergrlhawaii 1 year ago
You know you spelt Maximum wrong in your app?? Even the screenshots on the app store show this. It makes your app look bad, which is a shame. Thanks for this video, though! :-)
bluenoseMMX 1 year ago
@bluenoseMMX You "Spelled" "Spelt" Wrong in your review?? Try taking an English course before you start going on about Spelling Errors!!
stampedewebworks 4 months ago
Nice and Helpful Tutor...... Can u pls show how can we do multiple view(4 view Using Navigation Based Application ),in the first View around 10 row will be present with some word in each row and whenever we click it must go next view (2 nd View) and here some text should be displayed along with next and forward button.(to move back and fro) and when we click forward again some more text should be displayed (goes to 3rd View).,again Back and fro button .....
ROHITHKUMARKADARI 1 year ago