I'm trying to add an image behind a MKPinAnnotationView. Seems like it should be rather easy to just do this in here:
- (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views {
for (MKAnnotationView *aView in views)
[[aView superview] addSubview:imageView];
}
But the problem I am having in doing that is that the ...
Is there any Aspect-Oriented Objective-C library that I could perhaps use for iPhone development?
...
action:@selector(showAlert:) how to pass parameter in this showAlert method????
i am adding custom button in my tableviewcell in the action of that button i want to call showalert function and want to pass cell label in the method.
please guide!!!!!
...
Hi
I am using the AVAudioRecorder class to record to a wav file. I would like to implement a recording feedback (like the SpeakHere example) which shows the recording level.
I did go through the SpeakHere sample but could not understand how the recording level was changed. Can someone please guide me as to what needs to be done?
Thank...
Hello developers,
I am using chipmunk cocos 2d iphone ,in which i have to show stack fall effect when the objects are placed on the edge of other
object.My idea is to develop the effect like "Tower Box " game. I would like to know which properties of shape or body will create effect like "Tower Box " game .please let me know how can I f...
Hi, Below is what I copy/pasted from the Crash Log sent by the client. I am unable to understand what does that mean :s
Apparently it looks like the app crashed when navigating back to a previous screen (and that's what client has reported). What is UIWebDocumentView here?
I need to resolve the crash but I'm stuck here so any help is h...
In my iPhone application,i have a registration screen contains user name, address,Phone number etc. Now i need to export this data and mail it. How can i export the data programmatically from my screen.Any help?
Thanks in Advance.
...
Is it possible to have our own UILabel or some other type of text instead of the default pin in MapKit map on iPhone?
...
Hi folks
This is a part of Crash Log sent by the tester and I see the crash here but good thing is I have no idea what to fix in my code.
I have saved the app.dSYM files necessary for displaying symbolic information (as per Apple's guidance) but I still don't see any relevant information.
Any help?
Incident Identifier: 45E8DE25-A6A6-...
Hi guys,
I have a custom keyboard in my app and I'd like to have it look similar to the original iPhone keyboard (especially the buttons), just like it has been realized in Twitterrific, for example. Can you point me to a resource where I could find such code, either as a custom drawRect method or as a TTStyle pipeline?
Cheers
MrMage
...
I'm looking for a clean way to be able to define a global styles for an application, fonts , colors etc. I have build a static library to be included with other apps, each app has its own styles, border, fills, backgrounds.
How could i with cocoa enable a system that i could set certain styles for that library.
I looked at Joe Hewitt's ...
hey all,
im new to iphone programming so if you could help me out I would appreciate it- i have been all over the web and cant find the answer to this.
my current setup is like this
navigation controller in MainWindow.xib > View in navigation controller in MainWindow.xib calls RootViewController.xib > RootViewController.xib contains a...
I'm just wondering if anybody knows if Apple provides deals to enterprises wanting to deploy an application to a large # of customers. Or does every customer have to go to the app store and buy the application individually giving Apple the 30% cut of your app price.
Thanks
...
Basically i have a login View which has a subview and it has a UIActivityView and Label saying "Signing In....", this subview has a corners which are not "round", how i can make them to look like "rounded"
Is there anyway to do it using IB?
...
hi all,
i want to create a video programmatically using iPhone camera. i can take a picture programmatically . but about video i am not sure. so please suggest whether it is possible or not ? if yes, then please guide me or provide me some useful link
...
Hello,
This is an Objective-C/iphone SDK question.
I have a dashboard view that is used to switch to different views in my application. Essentially the view has six buttons that shortcut to a different view.
Here is an example of the button event handling code:
- (IBAction)moreButtonPressed:(id)sender{
// switch view here
if(self....
Good Morning,
I'm hoping someone would be able to shed some light on how i can switch from a ViewController nested in a tab bar controller to another ViewController nested in a navigation controller nested in the tab bar controller, and then scroll the table view in the section navigation controller to a specific section.
I have found ...
Hey guys,
I need to display some text on multiple views loaded on a UIScrollView. It should be centered both vertically and horizontally.
I did accomplish this with no problems using a UITextView, but now I need to perform a little bit of formatting in the middle of the text - some color changing and italics.
My first try was to use a...
When turning off mail / calendars from an Exchange or MobileMe account in Settings, you will see a "Turning off mail..." badge appear over all view elements while the process is occurring. The badge intercepts all touch events while it's visible.
I've seen this replicated a couple of times in other apps and was wondering if anyone had a...
Hi everybody!
After detecting Button sender through its tag in an action method, I want to dynamically assign some text to the corresponding Label (say, button tag+10 ) using some sort of temp UILabel var.
Hoping that's understandable?..english is not my native language :)
thank you.
...