Hello all
im trying to make a image gallery and the user swipes through views like on the Photo app on the iphone. i heard page control was very good but it has a limit of 20 bullets and i need more swipes. what would you guys recommend?
...
I'm not understanding if a MKMApView has its own Location Manager. From one side there is not any delegate method to handle the updating of position and so on. From the other side I can set to show userLocation and thus there must be a Location Manager allocated. Am I missing something?
...
I am new to iphone SDK. What I am doing is very simple. I have a simple 2d Maze game - think puzzle game that I am working on. I am not needing to use OpenGL for this. I am wanting to use UIIMAGE's. Imagine I have a wall tile (64x64 pixels) and I want to write code to duplicated this wall tile along the top and edges of the screen area- ...
I'm trying to make my app remember which tab was last being viewed before the app quit, so that the app opens up to the same tab when it is next launched. This is the functionality of the iPhone's phone function: how can I do this?
...
Hey
I'm using AVAudioPlayer to play music in my iPhone app.
In a class that I wrote I have an array that contains random ascending integers. (2, 4, 9, 17, 18, 20,...)
These integers represent times in the song at which a certain event should occur. So if you take the above array, after 2 seconds of the song playing, some method should...
We develop some product using an internal design tool that stores information in XML files. To provide proper integration with TFS we've also coded a provider that tracks, in TFS, checkin and checkout operation from users while they're using the designer, without any need to interact with Team Explorer.
Now the requirement is to add als...
I declare a variable in the header file and synthesize it in the implementation. When the view loads (ViewDidLoad) I read a plist file an populate the variable with a value. WIth my NSLog I see that the variable contains the value. However, after the view loads, I have some interaction with the user via a button the executes a method....
hi,
I've set my mind on writing a plugin for yahoo messenger, but I can't find a sdk anyware , and from the information I gathered it seems that the sdk has been removed by yahoo. Is there a way I could accomplish this ?
thankyou !
...
I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app.
In my info view, I have a button which opens a MFMailComposeViewController, and the toolbar at the top of that view (with the "cancel" and "send" button) is still blue. I'm calling the MFMailComposeViewController like this:
-(void)displayMailSheet
{
MFM...
My navigation-based-app's background looks like a paper on a cork bulletin board. My RootViewController is, of course, an UITableView. I want to have the TableView end on the paper and not on the cork. Some pictures here to explain it better:
This is how it looks when I scroll to the last row of the TableView. For this, I'm using the ...
I'm trying to work with Facebook in my ASP.NET site where I have a logged in user of my site enter in text in a box for their status on my site. I want them to be able to push that status to FB as well per their permission. I did it using simple Facebook Connect JS code but I want to get the info in .NET and push it that way. I'm not act...
Hi all!
I was just wondering if it is possible and if so what the best way to create a web-page that is only accessible from a custom iPhone application? For example, if you tried to access the webpage from the iPhone's built in browser, or any other browser it would display an error page but when accessed from a custom built applicatio...
When the user selects file(s) or/ and folder(s) , I want to know the names of the selected file(s) or/and folder(s) programmatically.
I think that if I send the message lvm_selected to the explorer window, it might return me the selected item.
But as this is just a thought, it would be nice if anyone can help me out it in letting me k...
I am using an MPMoviePlayerController to play my movies one after another. I release the controller after the play back finishes, but I still see some residual memory in the object allocations instrument...any ideas on this behavior. I am expecting that after the movie finishes and the controller is released, shouldn't the object allocat...
If I want to store 2 strings, and ABContact image (or a variable to call the image) that persist even after restarting the application, which method should I use? NsMutableArray, plist or SQLite?
...
Hello, Friends!
I have modifyed XMLEncoder class from Flex SDK (XMLEncoder.as)
After it I run my project but I don't see any changes...
What should I do to realy modify project's behaviour?
Thanks!!!
...
I have a grouped tableview that then tries to push a new view depending on which cell is selected. The issue is, that cells drill-down to views that are not necessarily tables - thus using coding examples from the reference books available is not that helpful - the views I'm trying to push are webview, tableview, textview etc.
I have ob...
Upon fixing my earlier problem where, I uninstalled both, JRE AND Java EE, and then successfully reinstalled JRE, the problem started with installing Java EE, when, upon clicking the Java EE Installation .exe file, and waiting for a few minutes, (for the extraction of files to take place) the main Java EE 5 SDK Update 7 Installation Wiza...
I'm learning this right now so the questions might be a little juvenile. Here's what I'm trying to do. I have the first view come up with a cell of the table populated statically, when you select one of the cells it will pull up a form to input data.
Now, I've been reading the documentation about navigation buttons and navigation in ge...
Hello,
I am trying to create my own implementation of a tab bar, using a toolbar instead of a tabbar (to enable customization of the new "tab bar"). In order to achieve this, I need to have the ability to switch between views when a button is pressed.
Currently, my view consists of a tabBar subview, and a customView subview. The latt...