Re: Thoughts on Objective-C++

2019-11-14 Thread Fulbert Boussaton via Cocoa-dev
I must confess I’m pretty interested by all opinions since these threads started (27th of september I think). Working in the construction industry, as I am, it might help to get interested in this and maybe this list is not the ideal vehicle for this kind of discussions but nonetheless, all arg

Re: iOS Drag and Drop

2017-06-13 Thread Fulbert Boussaton
I read it (quickly) this morning and it seems quite well informed and well written : https://www.hackingwithswift.com/whats-new-in-ios-11 Flubb. > On 13 Jun 2017, at 15:11, Dave wrote: > > Hi, > > Can someone point me to some documentation of Drag and Drop for iOS please? > > I done loads

Re: Week of month confusion?

2013-03-19 Thread Fulbert Boussaton
Hi, your code works fine here : every value returned by [NSDateComponents weekOfMonth] is equal to "1", as it should. You wrote "%ld" in the NSLog param, maybe the cast from NSInteger to long breaks things on your end... FB. On Mar 19, 2013, at 14:21, Izak van Langevelde wrote: > I'm worki

Core Graphics optimisation

2012-08-13 Thread Fulbert Boussaton
Hi everyone, on iOS, I was using the following "immediate CG code" to display hundreds procedural sprites : CGContextSetShadow(Ctx, CGSizeMake(3, 4), 3.0f); CGMutablePathRefShapePath = CGPathCreateMutable(); CGPathAddArc(ShapePath, &CGAffineTransformIdentity, radius+3, radius+3, radius,