Date Formatter relative date formatting

2016-10-28 Thread Daniel Phillips
Hello, When using NSDateFormatter for relative date formatting, I am getting the localised word for today capitalised in some locales not not all. Is this expected behaviour? I’ve tried to research this and it seems the word today shouldn’t be capitalised (in English at least...) unless it’s u

Auto Layout and Multiline labels iOS 8

2016-01-15 Thread Daniel Phillips
Hello group, I am really stuck and I would really appreciate your thoughts on something - I’ve got a custom UIView which I want to use in a few places in my app, I have a bunch of labels, some of which are multiline. The layout of my view is a kind of 2 column style, on the left I have 3 multi

UIAdaptivePresentations with EventKitUI

2015-12-14 Thread Daniel Phillips
I am having some trouble using adaptive presentations with EventKitUI, I am implementing a feature which allows my users to add an event to their calendar. I have imported EventKitUI framework and I am presenting an EKEventEditViewController. On iPad it’s shown But I would like to show this us

Re: Voiceover support

2015-11-16 Thread Daniel Phillips
them for some discussions. Thank you all, Daniel Phillips On 14 Nov 2015 at 06:38 pm, Alex Hall wrote: On Nov 13, 2015, at 08:09, Daniel Phillips wrote: I work at Trainline on their iOS app. We had some customer feedback recently and unfortunately someone booked a ticket for the wrong date

Re: Trigger "Back to..." from code?

2015-11-15 Thread Daniel Phillips
No this is all out of your control. You'll only see that when landing in an app from another app. Sent from my iPhone > On 15 Nov 2015, at 11:28, Eric Shepherd wrote: > > In iOS 9, there's a new "Back to " button in the status bar > when the user has switched apps by following a notificatio

Voiceover support

2015-11-13 Thread Daniel Phillips
I work at Trainline on their iOS app. We had some customer feedback recently and unfortunately someone booked a ticket for the wrong date because we botched our voiceover support! Safe to say our app as it stands is using accessibility solely for UI Testing purposes and any voiceover functional

Re: Auto Layout Problems

2015-09-07 Thread Daniel Phillips
Hi Dave, Would love to see that sample project of yours. Thanks Daniel Sent from my iPhone > On 7 Sep 2015, at 18:13, Dave wrote: > > Hi, > > After much grief I finally managed to get a Scroll View, a Stack View and > Auto Layout to live together in some sort of harmony and I managed to 99