I have a app based off the default xcode "Tab Bar Application" template. It has 3 tabBar Items that each load their own xib FirstView.xib, SecondView.xib, and ThirdView.xib. What i would like is a UIButton on the FirstView.xib that loads the FirstAltView.xib where the FirstView.xib is. Can someone please post some sample code on how to d...
hi all.
I am trying to link the click of an accessory button in a UItableview to a method in a particular class.
The accessory is on multiple cells, created in code, and thus I can't just do a simple link in interface builder like I am used to.
How do I link an accessory arrow (from the end of a cell in a uitableview) to a method?
Re...
Hi,I'm having a problem with IBoutlet UITableView connection. It seems that the IBOutlet isn't connected to the TaleView.
I set the delgate and the datasource to the files owner and set the iboutlet to the tableview in the nib.
The tableview is well initialized. I just want to do some reloadData and it's not working. I try to do some de...
When using the code
[[UIPasteboard generalPasteboard] setString:@"mung"];
NSLog(@"%@", [UIPasteboard generalPasteboard].string);
the console reports the new value of the string, but typing command-V in another application shows the previous pasteboard contents (which may be nothing).
Is there a reliable way to save a single string fo...
Hi,
I have a working iPhone project that I'm trying to rearrange on different projects in order to reuse code.
I opened a new project that contains all my utility classes and referenced them from another project. One of the utilities I use is the JSON framework.
The project complies OK but at run-time it throws an exception when I'm tryi...
I've added MapKit to an app I've been working on. However, there appears to be a wall between Asia and America that you can't scroll past horizontally, to the right or to the left.
Is there an option to enable infinite horizontal scrolling, such that the map wraps around?
...
Hi guys, slightly different type of question.
I am linking from a UITableView item to a contact item.
What would be the groups thoughts on the two below concepts:
1. Use of an accessory on the MainTableView to directly link to the contact page:
You Click the Blue Arrow on the RHS to goto the contact
2. Use of an icon inside a Detail...
Hi have an newbie issue with objective-c, cocoa & iPhone. I've declared mapView in my application delegates applicationDidFinishLaunching:application: which is instance/pointer of MKMapView class. mapView is a member of my application delegate.
In my view controller in viewDidLoad: I get instance of my application delegate with the foll...
I am new to iPhone development. I want to display data taken from inside a html table from a web page. Is there any way to retrieve the data from the table in the html page? Html page is the source code of a page in a website. I have only the url of the webpage. From its source code(html file), I have to retrieve only a part of data from...
How do I change the title text on an Iphone navigation bar?
...
I've tried a number of methods:
A UIWebView doesn't do the trick because I've got a textured background, and the UIWebView doesn't do transparent backgrounds.
A UITextView - seems like a really good option. I've got it auto detecting my hyperlink, but it overrides my link colour with blue. :(
I've looked at the Three20 code - this look...
I'd like to prompt the user to select 1 or more people from their address book, but ABPeoplePickerNavigationController doesn't allow that (which is ironic, since it's people picker, not a person picker).
Before I go create my own, does anyone know of an alternative (open source) implementation of such a controller?
...
Hello,
I have client/server application. Client on iPhone, server on Windows based machine. First, i establish connection to my server and that is works fine. When I go away from WiFi area - client disconnects (is's expected). But, when I enter into WiFi area again and tried connect to server, connection is established but client doesn'...
I am working on a core data using app and one of the views is EditingViewController, which acts as the controller for a number of ui elements which describe the attributes of objects. Inside the EditingViewController, all of my ui elements are being called and hidden with the .hidden = YES/NO; operation. One of my ui elements is a uipick...
I'm looking for a super simple jQuery extension. Basically I need to use some events that jQuery does not explicitly support. These events are the iPhone touch events like ontouchstart, ontouchend, and ontouchmove.
I have it working via this:
// Sucks
$('.clickable').each(function() {
this.ontouchstart = function(event) {
//do ...
Hello! I would like to set up a proxy object in the application NIB file. The problem is that the NIB file is the main application NIB that gets loaded automatically by the application and therefore I cannot set up the UINibProxiedObjectsKey dictionary as described in the documentation. Is there a way to set up a proxy object in the main...
I'm uploading a binary for the first time. iTunes Connect has asked me:
Export laws require that products containing encryption be properly authorized for export.
Failure to comply could result in severe penalties.
For further information, click here.
Does your product contain encryption?
I use https://, but only via NSURLCon...
Hi, I have a countdown timer which countsdown from the current date/time to a specific future date/time. It is working great except for one problem. I input the future date using NSDateFormatter and dateFromString. It doesn't seem to be able to accept any time (hour) over 12 though indicating it is not support 24 hour clock. Is there a w...
Hello,
My company decided to use custom push of the iphone calendar from our application to the iphone users. We do not have MAC at our place and more over, no one here know how exactly to start developing. Can You please help us understand how to proceed. Any website/tutorial link will be appreciated.
Thanks,
...
I am building an application where we do updates for images and videos and was wondering if it was possible to download videos/images from a web-service that will host these assets somewhere on the iphone programatically?
Maybe through a curl service or ftp?
...