Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Torsten Curdt
I just hope that was meant with a wink. If not... Why would the library itself need to be in swift? https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/MixandMatch.html Just use it from swift. On Thu, Oct 30, 2014 at 7:38 PM, David Hoerl wrote: > Looks gr

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Charles Jenkins
My day job is programming in C# for Windows computers. I was really excited when Swift came out because it’s so similar to other languages I know well and use and admire. But it turns out that for me, the language is not at all the hurdle for learning Cocoa programming. Apple’s incredibly frust

Re: When I rotate the MKMapView with transform, setCenter not working.

2014-10-31 Thread sonofsky2...@gmail.com
Hi, I have solved this problem. Do not change the frame of map view when it’s transform does not equal to CGAffineTransformIdentity. Best Regards, Sunny Lee > 在 2014年10月31日,上午12:54,sonofsky2...@gmail.com 写道: > > Hi all, > > I rotate the MKMapView with setting the rotation transform. When

Re: When I rotate the MKMapView with transform, setCenter not working.

2014-10-31 Thread Mike Abdullah
> On 31 Oct 2014, at 11:43, sonofsky2...@gmail.com wrote: > > Hi, > I have solved this problem. > Do not change the frame of map view when it’s transform does not equal to > CGAffineTransformIdentity. This is a general rule about UIView. Once the transform is anything other than identity, .fr

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Andreas Mayer
> Am 31.10.2014 um 12:40 schrieb Charles Jenkins : > > optionals and named arguments could be deprecated and Swift would then be an > easier and better language to use. Even though it doesn't look like it, I really hope you were joking ... Andreas _

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Fritz Anderson
On 31 Oct 2014, at 6:40 AM, Charles Jenkins wrote: > > My day job is programming in C# for Windows computers. I was really excited > when Swift came out because it’s so similar to other languages I know well > and use and admire. I’ll take this as the root theme of your message. Many of your

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Angela Brett
Sent from my iPad > On 31 oct. 2014, at 18:22, Fritz Anderson wrote: > >> On 31 Oct 2014, at 6:40 AM, Charles Jenkins wrote: >> >> My day job is programming in C# for Windows computers. I was really excited >> when Swift came out because it’s so similar to other languages I know well >> an

NSStatusItem launches twice when checking launch at login

2014-10-31 Thread Lorenzo Thurman
I have an NSStatusItem app that I’ve had to migrate to a sandboxed app for release in the MAS. In its preferences window, there is a checkbox for “Launch at login”. If I launch the app with no preferences set (i.e. defaults delete my.bundle.identifier, rm ~/Library/Container/my.bundleIdentifier)

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Charles Jenkins
On Friday, October 31, 2014 at 13:22, Fritz Anderson wrote: > On 31 Oct 2014, at 6:40 AM, Charles Jenkins (mailto:cejw...@gmail.com)> wrote: > > > > My day job is programming in C# for Windows computers. I was really excited > > when Swift came out because it’s so similar to other languages I k

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread David Duncan
> On Oct 31, 2014, at 12:50 PM, Charles Jenkins wrote: > > On Friday, October 31, 2014 at 13:22, Fritz Anderson wrote: >> On 31 Oct 2014, at 6:40 AM, Charles Jenkins > (mailto:cejw...@gmail.com)> wrote: >>> >>> My day job is programming in C# for Windows computers. I was really excited >>> whe

Re: Can an use introspection to determine if its a production app from the App Store?

2014-10-31 Thread Graham Cox
On 1 Nov 2014, at 6:50 am, Charles Jenkins wrote: > as for the table view, isn’t it notoriously difficult for noobs to learn and > work with? Just to pick up on this point, I think the answer, unenlighteningly, is "it depends". When I was a Cocoa noob, I found NSTableView to be straightforwa

Re: NSStatusItem launches twice when checking launch at login

2014-10-31 Thread Jerry Krinock
Sorry I’m not helping with your main question. Just a couple comments on sideshow issues. > On 2014 Oct 31, at 15:07, Lorenzo Thurman wrote: > > Now there are actually two separate processes, Top shows two different PID’s. > I thought Launch Services was supposed to prevent this. No, it onl