iphone

How to adjust my capture image in my UIImage in iphone?

Hi, In my application I have to capture an image and assign that image to UIIMage IBoutlet created by me that is of size Width:102 and Height-49. But my problem is that when I saved my image into database using sqlite database and after that when i retrieve my image in that image box then my face image gets oriented to left instead of ...

uiscrollview blocking event transfer to my contentview of a cell in a tableview under the scrollview

Hi, I have a scrollview which has subviews one of which is a tableview. I have custom cells for the tableview. The contentview of one or more cells has buttons, labels. These buttons to get event fired. Can any one help me. I think the uiscrollview is blocking the event transfer. How do i resolve this. -- Regards, U'suf ...

How to change the view if I am not present in the viewController class?

I am doing an app with about 6-7 views and their corresponding controllers. I am in a view with a toolbar and button. When I click this button a popup view comes and my control is being moved to the popup view's Controller. But my view is still the same. From this popupview Controller's class, I want to change my original view. But sin...

Creating a Pop animation similar to the presentation of UIAlertView

I would like to present a view in the same manner as that of UIAlertView - a pop/spring. Unfortunately subclassing UIAlertView is not an option for the view I need to present. I have written some code, but I can't seem to get it as realistic as I would like. I would appreciate any suggestions for greater realism or a link if anything sim...

how can an create a dotnet desktop application to access SMS.db on IPhone without Jailbreak?

i want to create a desktop application using c#, by which i can access the iphone device and able to read SMS.db to read the SMSs ...

NSMutableArray of Objects misbehaves ...

I hope someone understands what happens to my NSMutableArray. I read records a, b, c, d from a database, load the fields into an object an add the object to an array. To do this I read the records into an instance of that object (tmpEvent) and add the Object to the target array (NSMutableArray myArray). the code looks like: for (condi...

iPhone UITableView paginate results

What us the best way to paginate a large number of results that are being pulled from a sever? As far as the server goes, I can offset and limit the results so I'm only pulling maybe 25 at a time, but what's the best way to allow a user to view more results without constantly scrolling down a growing list like the app store app? thanks...

Replicate UISegmentedControl with UIButtons - iPhone

Hi guys, I didnt like the style of UISegmentedControl, hence i tried to change the way it looked, but I couldnt attach images to its buttons. I just didnt change at all. Now i'm looking at how to replicate that function with 4 UIButtons. I've setup 4 UIButtons in interface builder, added different tag numbers to them. What i cannot a...

How to access the color components of an UIColor?

i.e. I want to know the value of blue. How would I get that from an UIColor? ...

Using the iPhones Multi-Touch Keyboard Search Button

I have a regular text field on a view and I'd like to make use of the search button on the iPhones keyboard. For the life of me, I can't figure out how to do this. There doesn't seem to be any event exposed that I can wire up that specifically relates to the search button on the keyboard. I've googled around, but I also haven't found any...

Adding an iPhone app binary to my current ipad app

Hey Guys, I gave an app in the app store got ipad. I also made a app for the iPhone now. What you guys suggest should I create a new app for the iPhone or is there way to add my iPhone binary to my current ipad app? Thanks for your help. ...

Adding Three20 in our project ?

Hi How to find /Three20/src folder in downloaded source code ? or i have to create my own folder of that name ? and Clone the Three20 git repository: git clone git://github.com/facebook/three20.git is have to run on terminal or what ? Concept not clear ? any any body help me regarding all the steps clearly ? thanks ...

Webservice calling issue

Hello, i have one issue related calling webservice in ipad i want to call all webservice method and then after application screen display. is this possible? Thanks you ...

importing projects in Xcode

I have an iPhone app, that contains a lot of "sub-apps". I basically develop each component separately as it's own project, and when I feel that it is ready, I manually drag all the files into Xcode. I know you can import Xcode projects into other projects, but I'm not really sure what this does. Does any have a better way to do this? ...

Webkit iPhone App : How to dynamically change the user zoom (or scale, pich & zoom) in the viewport ?

I use JQTouch for an iPhone app. JQtouch disable by default the possibility to pinch&zoom the page. For one page (containing a big image), i need to enable the pinch & zoom feature. This is easy : var viewport = $("head meta[name=viewport]"); viewport.attr('content', 'width=320, initial-scale=1, maximum-scale=10.0, minimum-scale=1, user...

handling the logout functionality on the iPhone

This is the first iPhone application i am working on. To use the application, the user has to login to our server. I am done with that part. Now the problem i am facing is how to logout the user from the server, deallocate all the memory and start afresh without quitting the app. After the user logs out, i want the exact same things to...

How do I create an offscreen UITextField

How would I create an Offscreen UITextField? Would it be: theTextField = [[UITextField alloc] initWithFrame:CGRectMake(x, y, 280, 44)]; Would I just have to set x and y at 1000, 1000. for example or is there a better way? ...

Strange behaviour of MKMapView.SelectedAnnotations with MonoTouch

In short, my problem is as follows: I am adding somem custom annotations on a MKMapVIew. I want to be able to hide selected annotations when i move the map. To do that, i used the method of intercepting map touches as described here: http://stackoverflow.com/questions/1049889/how-to-intercept-touches-events-on-a-mkmapview-or-uiwebview-o...

How can I use pinch zoom(UIPinchGestureRecognizer) to change width of a UITextView?

I can get the UIPinchGestureRecognizer handler to work with scaling an object but I don't want to scale I want to change the size. For example I have a UITextView and I've attacked a UIPinchGestureRecognizer gesture to it and if the user pinches I want to change the width of the textview to match the pinch. I don't want to scale it so t...

iPhone app doesn't build crash reports

My app formerly created useful crash logs. I synced my iPhone in the past and found crash logs in library/logs/CrashReporter About a month ago, my app stopped creating crash reports. When I first discovered this problem, I assumed it was due to memory corruption (a possibility in my app). I just created a new project and added a cras...