PDF viewing

2011-10-04 Thread Dan Hopwood
Hi all, Is there any way to open a PDF without using a UIWebView i.e. like the Mail app? Many thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderato

App updating

2011-08-29 Thread Dan Hopwood
Hi all, I have an app on the store that uses a wild card app ID. I want to release an update that integrates push notifications. I therefore need to create a new app ID and configure it for push but in Apple's documentation it says: "Use the same Distribution Provisioning Profile to build each ne

Messaging app/Whatsapp send button design

2011-08-02 Thread Dan Hopwood
This has to be an incredibly simple question but no amount of googling has rendered an answer. So, to ask the cocoa dev community :) All I want to know is whether the 'Send' button found in the Messages and Whatsapp apps is a built in button or whether Whatsapp cribbed the design and applied a cus

UIModalTransitionStylePartialCurl with UITabBarController

2011-07-29 Thread Dan Hopwood
This question has been asked a lot e.g. herebut as far as I can see is yet to be answered in full. I have a `UITabBarController` with a `UINavigationController` as the root vc for one of

Re: UIAlertView with UITextField

2011-07-27 Thread Dan Hopwood
27, 2011, at 10:02 AM, Dan Hopwood wrote: This works really well and is exactly what I am looking for however a little reading tells me Apple may reject submissions that use this private API. Yes, you will be rejected for using private API. -- David Duncan

UIAlertView with UITextField

2011-07-27 Thread Dan Hopwood
Hi, I have come across a undocumented method of the UIAlertView class called: addTextFieldWithValue:label: This works really well and is exactly what I am looking for however a little reading tells me Apple may reject submissions that use this private API. I wondered if anyone knew this was the

Re: Application Design

2011-06-01 Thread Dan Hopwood
June 2011 09:54, Dan Hopwood wrote: > Great, thanks a lot Steve - very helpful. > > D > > > > On 31 May 2011 18:44, Steve Christensen wrote: > >> How about providing a singleton class method? Then you just >> include WebServiceInterface.h where nee

Re: Application Design

2011-05-31 Thread Dan Hopwood
28, 2011, at 6:11, Dan Hopwood wrote: > > > Thanks for your response Steve. I have considered using the > > nsnotification service but what if you need to not only let another > > object know when an event has occurred but you also need to send that > > object some data? F

Re: Application Design

2011-05-28 Thread Dan Hopwood
thing changed and not worry about what other objects > care. Or you could synch a controller's state (and possibly its view(s)) in > its -viewWillAppear: method since in many cases only a single controller's > view hierarchy is visible at any one time. > > > On May 27,

Application Design

2011-05-27 Thread Dan Hopwood
Hi all, I have been writing iPhone applications for a while now, with not too many problems but I feel like I haven't fully grasped how an application should be structured in terms of storing application objects. e.g. up to now, I've created a header file, declared all the main objects e.g. app de

App submission

2010-12-21 Thread Dan Hopwood
Hi, Apologies if this question is inappropriate for this mailing list - if someone is able to point me in the direction of where I need to ask or has any information themselves I would be very grateful. I am trying to find out how app submission is affected over the Christmas period. I would like

Re: MKAnnotation coordinate

2010-11-09 Thread Dan Hopwood
also declared, not just the property. Therefore I will declare coordinate in the header, I won't declare a property and I will synthesize in the implementation. -Dan On 9 November 2010 15:18, Fritz Anderson wrote: > On 9 Nov 2010, at 3:31 AM, Dan Hopwood wrote: > > > Ok so I

MKAnnotation coordinate

2010-11-09 Thread Dan Hopwood
Hi all, This is a quick and simple question - for some ridiculous reason I can't work out how it should be done properly and it couldn't be more frustrating. I'd be really grateful if someone could help me out. Ok so I am working with MKAnnotations on my map view and want to know the * correct* (

Map peel affect

2010-11-05 Thread Dan Hopwood
Hi all, I wondered whether it is possible to replicate the 'map peel' affect as seen in the iphone maps application. I can't see anything in the documentation and google didn't help much either. Many thanks in advance, Dan ___ Cocoa-dev mailing list (

NSDictionary casting

2010-11-05 Thread Dan Hopwood
Hi all, I am using XML-RPC technology to invoke a website back end. I used the Wordpress project to extract what I needed in order to send off requests and decode what I get back from the webservice. This works. The encoding/decoding methods equate the *struct* tag to the type * NSDictionary* for

In-app SMS

2010-09-25 Thread Dan Hopwood
Hi all, I found the following link with info on how to send SMSs from within an application. http://blog.mugunthkumar.com/coding/iphone-tutorial-how-to-send-in-app-sms/ I have not tested this yet but have the following question. If the above does work, do Apple allow applications onto the App St

Phone lock/Apple sounds

2010-09-09 Thread Dan Hopwood
Hi all, My iPhone application continuously pings a back-end server to check for new documents. If a new document is found an alert is triggered which consists of a dialogue and sound alert. If the phone is locked then neither of these events occur, which is undesirable. With a bit of googling I ha