ntext, and restore it afterwards).
>
> All the best
> JP
>
>
>
>
>
>
>
>a graphic context created by myself ( hence not the supplied on by the
> printing framework )
>
>> Le 22 sept. 2023 à 17:59, David Duncan > <mailto:david.dun.
> On Sep 22, 2023, at 11:12 AM, JPH via Cocoa-dev
> wrote:
>
> I am facing the following problems in drawing text and graphics in
> CGContextRef of an NSview and Printing framework:
>
> 1) drawing text using: [finalString drawInRect:textBox
> withAttributes:attributes];
> Works nicely
While you may have solved your problem, your general approach is not one that
would be recommended – CALayers are not meant to be drawn into a context, but
rather added to a layer tree to be rendered by the system. For what you are
doing you would likely have less issue and better performance dr
introduced for large titles in
iOS 13 and extended to all bar in iOS 15.
>
>
> Thanks again David. You’re on my Christmas list.
>
> Alex Zavatone
>
>> On Jan 28, 2022, at 1:30 PM, David Duncan > <mailto:david.dun...@apple.com>> wrote:
>>
>> U
UINavigationBarAppearance *appearance = [UINavigationBarAppearance new];
[appearance configureWithTransparentBackground];
navigationItem.standardAppearance = appearance;
Thats the simplest per-item way to do it. This does imply you adopt the new
appearance APIs introduced in iOS 13.
> On Jan 28,
> On Oct 18, 2021, at 10:51 AM, Alex Zavatone wrote:
>
>
>
>> On Oct 18, 2021, at 11:31 AM, David Duncan wrote:
>>
>> In general it's also preferred that you look at the traitCollection of the
>> most relevant view for this information – there ar
In general its also preferred that you look at the traitCollection of the most
relevant view for this information – there are contexts for which the content
size category may not match the global value (and there is API on UIView to
restrict the overall range that you can apply as well). This al
you need an NSBitmapRep you can
use -bestRepresentationForRect:context:hints:. But assuming your trying to get
that NSImage somewhere other than into (say) an NSImageView, there may be
better APIs or pathways to that solution.
> -Carl
>
>
>> On Nov 2, 2020, at 3:09 PM, David
> On Nov 2, 2020, at 2:59 PM, Carl Hoefs via Cocoa-dev
> wrote:
>
> How can I correctly scale a UIImage from 3264x2448 down to 640x480 pixels?
>
>
> I have an iOS app that interacts with a macOS server process. The iOS app
> takes a 3264x2448 camera image, scales it to 640x480 pixels, and m
chanism that only calls
> -setNeedsDisplay every once in a while. So should I setup a timer based on
> the monitor's refresh frequency rate that calls -setNeedsDisplay in intervals
> of the monitor's vertical refresh rate or how is that supposed to be
> implemented?
>
> On 19.1
You’ll need to explain how you are creating the NSBitmapImageRep (what methods
your calling, what parameters your passing, etc) that you pass to this method
before anyone can explain why this might be going wrong for you.
> On Mar 3, 2020, at 10:19 PM, Sravan Kumar Lakkimsetti via Cocoa-dev
>
> On Nov 9, 2019, at 12:09 PM, Carl Hoefs via Cocoa-dev
> wrote:
>
> I'm trying to keep some older iOS code going, but I'm getting a deprecation
> warning on many UIView class methods:
>
> +beginAnimations:context:
> +setAnimationBeginsFromCurrentState:
> +setAnimationDuration:
> +commitAnim
> On Oct 21, 2019, at 3:26 AM, Arved von Brasch via Cocoa-dev
> wrote:
>
> Hello list,
>
> Thanks to someone on the list who provided me with a clue, I found that if I
> add this to my NSCollectionViewItem subclass:
>
> override func viewWillAppear() {
>super.viewWillAppear()
>
controller as it is used in
> virtually all of the various view controllers. That's why I wanted it as a
> function.
>
> -- Doug
>
>> On 30 September 2019, at 14:44, David Duncan wrote:
>>
>> What happens if you present it over your normal view cont
What happens if you present it over your normal view controller hierarchy
instead of using another window?
Has your application adopted UIWindowScene?
> On Sep 30, 2019, at 5:36 PM, Doug Hardie via Cocoa-dev
> wrote:
>
> I have some code that presents an alert to the user with information the
> On Sep 17, 2019, at 1:19 PM, Gabriel Zachmann via Cocoa-dev
> wrote:
>
> I have a layer with two animations.
>
> I would like to pause this animation occasionally .
> To do so, I set layer.speed = 0.0;
>
> In the past, this has worked (with slightly different animations).
> However, in thi
> On Sep 14, 2019, at 6:25 AM, Gabriel Zachmann via Cocoa-dev
> wrote:
>
> Maybe, I haven't understood how the animation of the bounds property works,
> or the bounds property of a CALayer itself ,
> or I am making a stupid mistake.
>
> Here is my code:
>
>CALayer * imgLayer = [C
Yea, Jonathan’s recommendation is probably best. You would configure the
collection view to scroll horizontally and just vend cells that are the
numbers. You can probably configure UICollectionViewFlowLayout to do most of
the heavy lifting for you, and perhaps just do a subclass to override
tar
> On Aug 30, 2018, at 6:38 PM, Demitri Muna wrote:
>
>
> On Aug 30, 2018, at 9:23 PM, Quincey Morris
> wrote:
>
>> “Encapsulated layout height” sounds like one of the constraints that IB adds
>> to your layout when it’s under-constrained at design time. Are you adding
>> the other constra
se do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email s
> --
> Thanks,
>
> Devarshi
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the
t the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
__
> On Oct 27, 2017, at 7:17 AM, sqwarqDev wrote:
>
>
>> On 27 Oct 2017, at 21:11, David Duncan wrote:
>>
>> In your background task which attributed string are you modifying? From the
>> looks of your ‘updateUI’ function it seems like you are modifying the
NSTiledLayerContents drawLayer:inContext:] + 181
> 35 QuartzCore 0x7fff5aa50b76 -[CALayer
> drawInContext:] + 281
> 36 AppKit 0x7fff4d1ef0b9
> -[NSTileLayer drawInContext:] + 166
>
>
>
> TIA
>
_
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.
t admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun..
erformance considerations,
the virtual address space is more akin to a 32-bit OS. This is of course an
implementation detail that can be expanded in the future, but something to keep
in mind if you plan to use mmap() a lot.
From the sounds of what our app does, keeping around a single mmap()’s
st bet is to consider the request simple queued, with no specific timing in
relation to other requests to do the same.
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list
> On Mar 22, 2017, at 2:25 PM, davel...@mac.com wrote:
>
>>
>> On Mar 22, 2017, at 2:00 PM, David Duncan wrote:
>>
>>>
>>> On Mar 22, 2017, at 4:15 AM, davel...@mac.com wrote:
>>>
>>>>
>>>> On Mar 22, 2017, at 5
name to NFD. You store it as NFC.
10.3: File system is converted to APFS, and the file name is NFD. You try to
look up the file as NFC, and it fails.
This would also mean that newly created files on APFS are always accessible,
even via the “same” name, because the file system stored the filenam
I just want to remind everyone I’m *not* a file system’s engineer – I’m just
trying to help Dave (and anyone else caught in this) make sure their app can
find their files.
> On Mar 23, 2017, at 1:53 AM, Alastair Houghton
> wrote:
>
> On 22 Mar 2017, at 18:00, David Duncan wrot
is your
issue.
>
> Thanks,
> Dave Reed
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-
ing the equivalent of drawing the entire view into whatever
dirtyRect you happen to get.
>
> let path = NSBezierPath()
> path.move(to: NSPoint(x: 0, y: 0))
> path.line(to: NSPoint(x: dirtyRect.maxX, y: 0))
> NSColor.darkGray.setStroke()
> path.stroke()
> }
>
> }
>
> C
; Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please
an work around this limitation in the meantime?
>
> Dan
>
>> On Dec 7, 2016, at 10:35 AM, David Duncan > <mailto:david.dun...@apple.com>> wrote:
>>
>>
>>> On Dec 7, 2016, at 10:28 AM, Daniel Stenmark >> <mailto:dstenm...@opentable.com>> w
> On Dec 30, 2016, at 11:50 AM, Doug Hill wrote:
>
>
>> On Dec 30, 2016, at 11:38 AM, David Duncan wrote:
>>
>>
>>> On Dec 28, 2016, at 4:14 PM, Doug Hill wrote:
>>>
>>> Hi Ken,
>>>
>>> The exact behavior is that th
t; within an animation context? Even if the former, are you calling any
>> methods that force layout (layoutIfNeeded or similar)? If so, where/when?
>>
>> Regards,
>> Ken
>>
>
>
> ___
&
> On Dec 27, 2016, at 3:52 AM, Andreas Falkenhahn
> wrote:
>
> On 25.12.2016 at 16:57 David Duncan wrote:
>
>>> On Dec 23, 2016, at 9:05 AM, Andreas Falkenhahn
>>> wrote:
>
>>> Further examinations have shown that the issue might b
use it goes against the
design of the OS (that apps are always “there” and their lifetime is managed by
the system) and because it goes against user expectation (that you can task
switch quickly and come back to the app exactly as it was).
>
> On 23.12.2016 at 14:35 Andreas Falkenhahn w
Inline
--
David Duncan @ My iPhone
> On Dec 22, 2016, at 4:49 PM, Alex Zavatone wrote:
>
> In that case, would it make sense when the app will enter background, to take
> a snapshot of the main window, then put that image layer over your main
> window so that you can gua
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/
admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
__
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubsc
requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.
might otherwise do if you were using
a UINavigationController – wrap your view controller in your container and go
from there. If the only reason you needed presentation is for the navigation
bar, then you wouldn’t need presentation controllers at all at that point.
>
> Dan
--
David Dunca
view controller in a UINavigationController rather than making the navigation
bar part of the presentation itself.
>
> Dan
>
>> On Dec 7, 2016, at 10:01 AM, David Duncan > <mailto:david.dun...@apple.com>> wrote:
>>
>> Its unclear to me at least, but w
tingViewController.topLayoutGuide.length)
>self.navigationBar.frame = CGRect(x: 0, y: self.topView.frame.origin.y
> + self.topView.bounds.height, width: self.containerView?.bounds.width ?? 0,
> height: self.navigationBar.intrinsicContentSize.height)
>
>
>
gt; <mailto:Cocoa-dev@lists.apple.com>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> <http://lists.apple.com/>
>
> Help/Unsubscribe/Update your Subscription:
> https://li
ts or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
D
Create and use a subview. There is no significant cost to an additional
content-less view.
--
David Duncan @ My iPhone
> On Nov 30, 2016, at 9:46 AM, Andreas Falkenhahn
> wrote:
>
>> On 29.11.2016 at 22:28 David Duncan wrote:
>>
>> Correct, because the owning UIW
> On Nov 29, 2016, at 2:50 PM, Andreas Falkenhahn
> wrote:
>
> On 29.11.2016 at 17:35 David Duncan wrote:
>
>
>>> On Nov 29, 2016, at 11:30 AM, Andreas Falkenhahn
>>> wrote:
>
>>> On 28.11.2016 at 16:50 David Duncan wrote:
>
&
> On Nov 29, 2016, at 11:30 AM, Andreas Falkenhahn
> wrote:
>
> On 28.11.2016 at 16:50 David Duncan wrote:
>
>> I think you can do everything you need to do in layoutSubviews
>> (fundamentally it doesn’t matter if the device rotates or not, you
>> just want
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.app
> On Nov 27, 2016, at 7:25 AM, Andreas Falkenhahn
> wrote:
>
> On 27.11.2016 at 00:04 David Duncan wrote:
>
>> What are you trying to accomplish?
>
> I want to keep my UIView centered on the screen so I need to
> change its position when the device rotates. I
you are trying to fix up a transform, it may be
easier to use contentMode instead of transform for this case. AspectFit vs
AspectFill will do the common letterbox vs clip without you needing to do
anything further.
--
David Duncan @ My iPhone
> On Nov 26, 2016, at 3:40 PM, Andreas Falkenh
is that you can
avoid an additional buffer copy and composite on the way to the display in many
circumstances. This may not be significant in your case however.
--
David Duncan @ My iPhone
> On Nov 25, 2016, at 11:38 AM, Andreas Falkenhahn
> wrote:
>
>> On 25.11.2016 at 16:
emory gets written to.
--
David Duncan @ My iPhone
> On Nov 25, 2016, at 10:22 AM, Andreas Falkenhahn
> wrote:
>
> I'm currently writing an iOS backend for a cross-platform program whose
> platform-independent engine writes all of its graphics into 32-bit pixel
> buffe
drawn or not. If you give your panel alpha <1 does that resolve the issue as
well? (If so, please file a bug).
>
> On Tue, Nov 22, 2016 at 1:57 PM David Duncan <mailto:david.dun...@apple.com>> wrote:
>
> > On Nov 22, 2016, at 7:26 AM, Eric E. Dolecki > <mailt
he moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
st (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/ma
the image
is not oriented up, then you need to rotate as well.
>
> cheers,
> Torsten
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moder
p/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not
> On Sep 20, 2016, at 2:47 PM, Sean McBride wrote:
>
> On Tue, 20 Sep 2016 14:26:27 -0700, David Duncan said:
>
>>> On Sep 20, 2016, at 1:21 PM, Sean McBride wrote:
>>>
>>> Hi all,
>>>
>>> WWDC 2016 Session 203 "What's N
a-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> h
behavior?
>
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa
oject and configure a navigation controller to show
the toolbar and it won’t hide it on its own.
What methods are you using to hide/show the toolbar? What other overrides are
on your subclass? Any other libraries you have in your project, or categories
on UINavigationController?
--
D
e list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
derator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
om
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@li
code 8 (and the iOS 10.0 or later SDK) will
be a given, so I suspect that most solve this problem by branching for that SDK
and all the updates that come with it rather than maintaining conditionals like
this in their code.
--
David Duncan
___
Coc
eNumber that otherwise conformed to the
NSNumber interface, the developer would need to implement -copyWithZone: to do
the right thing. If NSNumber doesn’t implement NSCopying, then the subclasser
can’t hope to get the correct behavior in this case.
--
David Duncan
> On Jun 22, 2016, at 1:36 PM, Alex Zavatone wrote:
>
>
> On Jun 22, 2016, at 1:59 PM, David Duncan wrote:
>
>>
>>> On Jun 22, 2016, at 11:54 AM, Alex Zavatone wrote:
>>>
>>>
>>> On Jun 22, 2016, at 10:51 AM, Alastair Houghton
ou want to change the value of a property or instance
variable backed by an IBOutlet you are free to do so – but you also need to
implement all of the other things that might mean.
That would mean for example that you need to insert the new view and
call it twice because of implementation details of
layout.
--
David Duncan @ My iPhone
> On Jun 17, 2016, at 2:27 AM, Torsten Curdt wrote:
>
> This is odd. This seems to eventually work
>
> self.edgesForExtendedLayout = UIRectEdge.None
> self.view.superview?.setNeed
do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david
to value vs reference –
you can have “smart” structs and “dumb” classes (a Box class is a typical
example of a “dumb" class – its entire purpose is to grant identity to a value
type) – its really a matter of if you need identity or not.
I would highly recommend you
gt; This email sent to logancautr...@ftml.net
>>
>
>
> --
> Rick Mann
> rm...@latencyzero.com <mailto:rm...@latencyzero.com>
>
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
ll affect the view’s frame as well).
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubsc
creen that follows.
>
> --
>
> Charles
>
> On March 14, 2016 at 01:40:09, David Duncan (david.dun...@apple.com
> <mailto:david.dun...@apple.com>) wrote:
>
>>
>> > On Mar 13, 2016, at 12:32 PM, Charles Jenkins wrote:
>> >
>> > I’m de
I don’t recall the property
off hand, but it shouldn’t be too hard to find it if you really need it) but
the recommendation would be to instead support all orientations so that your
application will participate in multitasking.
--
David Duncan
___
Coco
onship of the
> circle to the bounds origin never changes, then I think the forced redrawing
> isn’t necessary.
>
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments
to cache this path unless it’s really complex and
> expensive. Hint: it’s not, it’s a circle.
>
> —Graham
>
>
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments t
blend mode.
>
> --
>
> Charles
>
> On February 24, 2016 at 03:16:00, David Duncan (david.dun...@apple.com
> <mailto:david.dun...@apple.com>) wrote:
>
>>
>> > On Feb 23, 2016, at 7:17 PM, Quincey Morris
>> > wrote:
>> >
&
ubscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin req
sts or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Du
is that UIKit won’t guarantee that this won’t someday crash
your application. Doing things like this is wholly undefined, do not do them.
>
> Wysłane z iPhone'a
>
> Dnia 15.12.2015 o godz. 18:04 David Duncan
> napisał(a):
>
>>
>>> On Dec 15, 2015, at
se do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david
> On Dec 9, 2015, at 5:17 PM, Rick Mann wrote:
>
>>
>> On Dec 9, 2015, at 16:42 , David Duncan wrote:
>>
>>
>>> On Dec 9, 2015, at 4:35 PM, Rick Mann wrote:
>>>
>>>>
>>>> On Dec 9, 2015, at 16:24 , David Dunca
> On Dec 9, 2015, at 4:35 PM, Rick Mann wrote:
>
>>
>> On Dec 9, 2015, at 16:24 , David Duncan wrote:
>>
>>
>>> On Dec 9, 2015, at 3:36 PM, Rick Mann wrote:
>>>
>>>
>>>> On Dec 9, 2015, at 15:19 , Jens Alfke
;
>
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> H
_
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/
his is way off. How to fix this?
A NSDate’s description aways prints its time in UTC, not the local time zone.
If you print the result of a properly constructed NSDateFormatter you should
see the correct results.
>
>
>
> On Tue, Dec 8, 2015 at 3:54 PM David Duncan <mailto:david.du
elp/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Pl
hat’s about all it does.
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
e with other objects that do,
and this may be the generic behavior on NSObject (I haven’t checked).
--
David Duncan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the m
ollection view taps to still show
the bars, while collection view taps are ignored. Similarly you could create
your own gesture recognizer with your own custom recognition semantics to do
something similar.
--
David Duncan
___
Cocoa-dev mailing list
> }
>
> So both the old and the new root VC are properties of the appDelegate
> (self.svc and self.wvc respectively) and they are both initialized in
> applicationDidiFinishLaunching.
>
> Each of them can call the above method of the app delegate and trigger the
&g
derators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
_
t; Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
>
> This email sent to david.dun...@apple.com
--
David Duncan
__
1 - 100 of 1146 matches
Mail list logo