iphone

is iphone capable of switch between Wifi & 3G ??

this is really important for me to switch between Wifi & 3G on iphone via code . so is there any possibility any backdoor or some way to crack. i can scan all the wifi hot spot and can drag their details but i need a background process that help me to scan 3g also and allow me to auto-switch whenever it finds wifi ...

Smooth annotation movement on OS 4

Hi, To move custom annotations in my MKMapView class, I remove all annotations first and add them (which are placed in new locations) again every second. It was perfectly working on iOS 3 but when I updated my OS and XCode to version 4.0, the annotations blink instead of smooth movement they used to have in previous version. Any sugges...

Fetching object details from NSNotification

How can I fetch object from NSNotification object? Any clue? ...

Bonjour over bluetooth WITHOUT Gamekit ?

I am wondering the possibility of directly using bonjour over bluetooth in iPhone OS 3.0 or later without using GameKit. Can anyone provide any examples ? ...

Use a button to manually scroll a paged UIScrollView

I have a UIScrollView that has 10 images from an array. I need to scroll left or right to the next or previous image using the button button scrollview button < [ ] > ...

Is it possible to access UIBarButtonItem using tag?

Hello everyone I hope to access UIBarButtonItem on an UIToolbar using tag. The codes show below UIBarButtonItem *myBarButtonItem=(UIBarButtonItem*)myUIToolBar.items[i]; but myBarButtonItem returns no object(0x0) Welcome any comment Thanks interdev ...

Appcelerator - who uses it?

1 Do you use appcelerator? 2 Would you recommend it? Has it lead you to a dead end, and you thought to yourself why did I ever use appcelerator now im stuck!? 3 Where do you get started? cant seem to find many tutorial sites online? ...

how to create tabbar programmatically

HI all, i am having navigation based application, in which i need too implement tab bars ,in one of view. in one view i need 5 tabs, can any one please suggest me to create tab bars programmatically,, ? each tab should navigate to another xib. Suggestions are always appreciated. regards ...

Universal iPhone/iPad AppDelegate

Hi everyone, I was wondering if anyone would be able to tell me, starting a new app from scratch, how would I organise having a universal (iPhone/iPad) iOS app. I noticed using the default template with the xCode Beta, it gives you both a shared AppDelegate and subclassed appdelegates for iPhone and iPad. Now, how do you put in the log...

Cocoa dot syntax without variable.

Hey guys, I just wrote a setter and getter method in apples format. There is no variable for it but I noticed I could use the dot syntax. Am I crazy? Does this actually work? Could someone explain exactly what lets you use the dot syntax? // Here is my header definition. Keep in mind there is no class variable or @property for texture. ...

iphone how to get crash log from customers ?

HI, any body knows how i can get crash logs from customers ? instead of manually asking them to sync and go to this directory and this directory and send it. is there any automatic way to do that ?? . to send a crash report to our server by some mean. ...

how to download the lastest mobileone studio .

the download url is : http://www.genuitec.com/mobile but ,you know , i am in china , my country has GTW , freegate not work well now , i can't open the url , what can i do ? has any other url can download lastest mobione studio ? thanks ...

how to stop a web request

i am using a navigation controller in my application.... this app gets the current gps location of device and according to which it shows results from a web page(coffee shops near that place).. all works fine but during the request if the user click navigation back button my app. shows error... i know this error is about web request .....

UIView shake animation

Hi, i'm trying to make a UIView shake when a button is pressed. I am adapting the code I found on http://www.cimgf.com/2008/02/27/core-animation-tutorial-window-shake-effect/. However, by trying to adapt the following code to shake a UIView, it does not work: - (void)animate { const int numberOfShakes = 8; const float duration...

How to make my uiimageview static when i have a scrollview associated with it

Hi to all, I am creating a music application which has more than 12 songs made of 12 tabs .i have added a uiview to my main view and to that uiview i have added imageview which keeps on changing after every 5 seconds. Below that uiview i have added another uiview and imageview and to that my tabs are called dynamically.Scrollview is appl...

Drawing a smaller texture on a larger OpenGL texture on iPhone

I am very new to OpenGL and this is what my goal is... Load a texture from an image. Load another texture which is much smaller than the first one. Now keep drawing the smaller texture on the larger one on some chain of events, like painting on the larger texture. Can somebody point me to some material which might help do this? I lo...

Dynamic Sections UITableView with Unknown cells

Hey, I'm basically trying to retrieve data from SQlite db and populate a tableView from it. The sql-data-retrieval method creates two arrays. "dataArray" and "SectionArray". DataArray is filled with data NSObjects. Uptil this point, i can create the appropriate Section headers. Here is the problem, -1 What do i do to make sure th...

Mobile Application technologies information

Hi All, I am new to mobile application technologies.... We are developing applications for iPhone/android/blackberry/windows mobile. I need any PPTs of any PDF books that explain our team about a General mobile application architecture, trends etc.. Do any one have any reference.. Please help me! Thanks in advance! ...

how to read garmin gpx files in iPhone SDK

Hi All, Is there any way to read garmin's .gpx file in iPhone sdk? I want to display trails on google map. Thanks Saurabh ...

how to customize More Tabbar on iPhone?

after i have add 6 or more tabbar on the InterfaceBuilder it will automatically generate More Tab. how to customize look and feel of it ? eg Navigation bar color. ...