With Appcelerator Titanium is there any method for accessing the user's music library?
With the Apple SDK I can implement the MPMediaPickerController, which allows the user to create a playlist of media items for use in a third party app.
...
I have an array of images that I'm displaying in a UITableView. When choosing images from the library using the UIImagePicker, everything is totally fine and I can add a lot of images to the array. As soon as I add an image from the camera using the Picker I receive a memory warning and my array of images is ditched. Coming back from the...
So basically, I have a transparent filter with a black image over a camera view (UIImagePickerController). When I need the view to become darker, I just turn the alpha of the filter view up and voilà, it gets darker.
Now I want to make the entire image lighter. Problem is that the only way to do that is to have a WHITE filter layer with...
I have an application which is communicating with many different sites and each site has its own SSL certificate signed by our own internal CA. Doing this prevents us the need from purchasing SSL certificates for each site (hundreds or thousands) and is more secure then using a wildcard certificate with a shared key on each of those site...
Is there a way to maintain multiple sessions with one server within the browser?
Here is what I am trying to accomplish:
User1 has exclusive access to ContentA and User2 has exclusive access to ContentB. I want to be able to allow User3 to login multiple times, to allow access to ContentA and ContentB.
I admit that this scenario seems ...
I am trying to write an application that has a NSMutableArray that needs to be accessed and modified in a different View.
The MainViewController displays a table that gets the information from an NSMutableArray.
The SecondaryViewController is used to addObjects into the array.
How do I go about this without declaring it as a global var...
Hi there,
I am working on an iPhone version of a website, and I am using jQuery .animate() with the scrollTop attribute to scroll to different sections of the page.
Something like so:
$('html,body').animate({ scrollTop: distance }, 300);
On regular web browsers, the scrolling starts from the current window position to the desir...
I'm new to the iOS platform. I'm not clear on the purpose of the interface builder. It looks like I can avoid using it entirely and just write all the code in objective c. am I right? is there anything that IB can do but obj-c cannot?
It reminds me of visual basic 6.
...
Hi
can any one please tell me how to create Dynamic views in iphone.
And I want to know like what is difference between custom views and dynamic views in iphone.
Acutally i went throught google but i didn't find any proper answer.
And I have one more question is like can we create all the views manually in the coding iteslf like the...
I want to design an app that launches other sub-apps.
Main View will contain 4 buttons. Clicking on each button respectively will launch the other sub-apps.
Each sub-app will have a UITabBarController which has its own different views. At any point I want the user to be able to go back to the Main View from any of the sub-apps.
I am n...
Hi
I have a app that starts with a empty UITableViewController, which is pretty .. well, emtpy. Now I was wondering if I could hint the user by painting something else on the view, like pointing an arrow to the plus button and say something like "press here to add something new"
I'll guess I have to do this in the viewDidLoad method, w...
Hi all,
I have RGB values that I need to convert into CMYK values. I'm using the iPhone SDK to try and do this.
I have tried a couple of things, but cannot either get the values to be anything other than 0 or 1, or the K element is completely wrong (showing up as a negative number).
Any help would be a life saver!
Thanks in advance!
...
I'm making a music app with a piano, but I need to be able to hold the sound long or short. So like if I hold a button it will start playing the sound but if I let go it stops WITH A FADE, so however long I hold the button down that is how long the sound will play (that is until the sound ends).
How do I do this in the iPhone SDK?
...
I'm developing a game that requires up to four iPhones or iPod Touch to connect each other to play in turns.
My question is, how can I accomplish this via GameKit. I've read that using client/server sessions is the way of doing it. But I can't find any examples that would illustrate this.
Is it really possible to do it, or there can on...
hello all,
I have a page I am developing in .net using HTML5 intended for a WebView in an iphone App. The page looks just fine in Safari. When I load it in the iphone Simulator it is rendering as plain text, no styles or js loading. I thought it might be an issue with .net, but seeing as it works in Safari i am stumped. When I use the X...
Do anyone know how to improve response time of panning (using one finger gesture) handled using JavaScript in Safari on iPad/iPhone
...
Here's an obscure problem. I'm using an InfoPlist.strings to localize my app name. It's only got one value: CFBundleDisplayName = "Mon App". The strings file is localized (putting it in a directory for that localization).
I've just made an extra target, where I change things like the non-localized app name (different Info.plists), and ...
In a universal binary iPhone/iPad app of mine, users are able to adjust preferences in a view controller that's presented modally.
On the iPhone, the settings panel is presented with presentModalViewController:animated:, and on the iPad, I use a UIPopoverController.
I'm having a heck of a time completely isolating the UIPopoverControlle...
I am trying to draw a UIColor on the screen of a view-based app, and I am trying to do so using HSB. It is absolutely necessary for me to use HSB in this case. I can create a UIColor object with any S value from 0.0f to 0.75f, but past that the numerical changes have no effect on the actual saturation displayed. I need it to be 1.0f, but...
Hello, I have been working with a iPhone app that I would like to have switch views like the Palm Pre does for multitasking. I know the usual way of switching views by using the black bar at the bottom of the app but the app I am working on does not lend itself to having a big black bar in the way (see attached picture #1).
I guess my q...