Continuous zoom in MKMapView

2010-07-04 Thread Miguel Arroz
Hello, I'm trying to control a map view programmatically, and I need to zoom in and out with high accuracy (like when the user pinches it for zomming, the map may display an arbitrary level of zoom when the user stops touching the view). However, when I do it programmatically, with setRegio

Re: Download images and modify bundle?

2010-07-04 Thread Michael Watson
On 02 Jul, 2010, at 04:47, Andreas Mayer wrote: > > Am 02.07.2010 um 10:01 Uhr schrieb sebi: > >> When I download an image and want to keep it for further reference, I assume >> I have to store it in the documents directory and not in the app bundle, >> because otherwise I would invalidate the

Re: NSAttributedString & iOS 4

2010-07-04 Thread Matt Neuburg
On Sat, 3 Jul 2010 17:12:39 -0700, Mike Manzano said: >I see that NSAttributedString is in iOS 4, but both UITextView nor UITextField's text property takes an NSString. Does that mean these views are off limits if I want to use an attributed string? NSAttributedString is there so you can now do C

Re: Where is the preset?

2010-07-04 Thread Quincey Morris
On Jul 4, 2010, at 11:00, k...@highrolls.net wrote: > Please post a picture or give more information on "Organization Name" in > project info. I right click the project in the tree, choose get info and am > taken to the target build settings in which I do not see "Organization Name". > > To wh

Re: Where is the preset?

2010-07-04 Thread koko
In what version of Xcode? -koko On Jul 4, 2010, at 12:40 AM, Robert Vojta wrote: Or just Get Info on the project and there's Company Name in the first tab. Here you can set project specific company name. -- Sent from my iPhone On 4.7.2010, at 1:51, rramage wrote: Please forgive this new

Re: Where is the preset?

2010-07-04 Thread koko
On Jul 4, 2010, at 12:43 AM, Quincey Morris wrote: Also, in recent versions of Xcode (maybe since 3.1, I can't remember), you can set the company name for source files on a per- project basis via the "Organization Name" field of the project info. I'd say this is the best solution in gener

Re: Where is the preset?

2010-07-04 Thread Robert Vojta
Or just Get Info on the project and there's Company Name in the first tab. Here you can set project specific company name. -- Sent from my iPhone On 4.7.2010, at 1:51, rramage wrote: > Please forgive this newbie question. When I create a new > header & implementation file, it adds a header c

Re: Flushing NSOutputStream gotten from NSNetService

2010-07-04 Thread Alexander Spohr
Am 02.07.2010 um 19:43 schrieb Jens Alfke: > On Jul 2, 2010, at 5:36 AM, Alexander Spohr wrote: > >> I have some streams gotten from NSNetServices getInputStream:outputStream:. >> I send very small chunks (from 1 to 1000 bytes) of data through them. I >> would like to flush the stream after I wr