Hi Guys
This is not an uiview orientation question, I want to Have the iphone in Portrait or Landscape, and I want a standard tableview(controller?) that will display cells in a vertical strip down the iphone and the tableview scrolls horizontally.
-I.e. a 100% normal tableview, that is rotated 90deg without rotating the phone orientatio...
how can I upload a file and display the completion on a progress bar?
...
When i update my app I'd like the user to still be able to access their old files. What will the contents of the Documents directory be after updating?
Any tricks or tips shared would be most appreciated on this process.
...
My UIButton has it's background image set like this:
[myImageButton setBackgroundImage:[UIImage imageNamed:myImageName] forState:UIControlStateNormal];
myImageButton is a retained property of the class, and is setup with IB. No where else is it accessed in the app.
myImageName is simply an NSString with a filename like @"myImage_num...
I currently have a UIControl, which has a number of subviews (image, label).
Unfortunately when I use addTarget etc. It doesn't detect touches on the subviews.
[myCustomView addTarget:self action:@selector(touchedView:)
forControlEvents:UIControlEventTouchUpInside];
Is it possible for the UIControl to detect touches on...
im using customkeyboard in my controller. but how to get the cursor location in the uitextfiled. my requirement is to enter a charecter in a desired location of textfield. is it possible?
...
Hi Friends,
I want to design a screen like settings screen. Like in grouped uitableview I want to place the controls.
Can any one please provide me any application sample or code ?
Thanks in advance.
Regards,
Malleswar
...
this is a follow on from this question and the link given it seems that when an app is updated all of the files in the documents directory are copied into the updated apps documents directory and also anything in Library/Preferences. Whats the best way to simulate this for testing purposes?
Just copy the files in ApplicationSupport/iPho...
Hi all,
In my application I'm adding a label to tableView cells using "cell addsubview" and not "cell.contentview addsubview". I'm assigning a tag to that label, but I'm not able to fetch it using "cell.contentView viewWithTag:1".
I perfectly understand that the label is not on contentView, but then how do I fetch it?
It's urgent.
Th...
Sorry, this may be a noob question but I'm working with CoreLocation and this has be stumped.
I'm looking up the currentLocation using a singleton that was recommended on this site and when I get the currentLocation object, it returns true to a not nil check. However, when I try to print out its description, it throws EXC_BAD_ACCESS. ...
I am finding a strange behaviour of UIWebView.
In the delegate
- (void)webViewDidFinishLoad:(UIWebView *)webView{
[self changeFont];
//[NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(changeFont) userInfo:nil repeats:NO];
}
In changeFont, I am calling the javaScript to change font of web page...
Hi,
I'm trying to make an spinner selection interface like the one in the following.
http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2009/10/allRecipies.png
I'm thinking of using rotated UIPickerView to implement it.
Do you think it is possible or is there any other better solution?
Thanks in advance.
...
Hi all,
I have a problem that i want to call a function when one of my functions that is running into a seperate thread comes to an end:
[NSThread detachNewThreadSelector:@selector(fetchFeaturedFreeApps) toTarget:self withObject:nil];
here is my fetchFeaturedFreeApps function
-(void)fetchFeaturedFreeApps
{
////all my code
[s...
greetings and salutations folks, i'm relatively new to objective c & iphone programming, so bare with me if i've overlooked something obvious..
i created a simple app to play with the different transition animations, setting up a couple segmented controls and a slider..
(Flip/Curl),
(left/right) | (up/down),
(EaseInOut/EaseIn/EaseOut/L...
I'm developing an app that would display images and change them according to the user's action. I've created a subclass of UIView to contain an image, an index number and an array of image names. The code is like this:
@interface CustomPic : UIView {
UIImageView *pic;
NSInteger index;
NSMutableArray *picNames; //<-- an ar...
Hi,
Is there any way to load the photos and videos into the IPhone Simulator 4.0.
Best Regards,
Mohammed Sadiq.
...
Hi,
I would like to bring some color to the texts of my UISegmentedControl. So, I've searched a bit about this topic, but it seems to be not possible out-of-the-box.
But I found this nice blog post (link text), how to build an image out of a custom text and then assign it to the segemented control. Works fine, but the text in these cre...
For Ex:I have 5 Section each section should be displayed as Button where it also have button title to display by pressing that button it should display no. of rows for ex: 5 rows. it is different for every section.each functionality should be done by TableView Only so how it's possible?Please guide me on solving this problem.
...
I uses a tab bar in our iphone app but when i load the xib with tab bar then it(all view) slides little bellow.
...
Hi,
I am creating server-client application for iPhone. I want to communicate between two application in same network.
For this functionality i am planning to use sockets. How much efficient BSD sockets to use with iphone??
Is there any option available to implement same functionality?
Thanks,
Jim.
...