Re: 'Back button' title for navigation item not sticking

2015-10-14 Thread Joachim Kurz
Hi Alex and Alex ;-), I think you misunderstood the meaning of the back button field in interface builder. I know it’s easy to get it wrong, because I did so as well. Let’s see: > I have a navigation item inside a view, which is a couple levels inside a > navigation controller's stack. I can

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Zavatone
It's tricky but there are a few ways to do it. I trust this is on iOS? I'll dig up what I have done when I get in to the office. Sent from my iPhone > On Oct 12, 2015, at 9:11 PM, Alex Hall wrote: > > Hi all, > I have a navigation item inside a view, which is a couple

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Zavatone
FWIW, I have found no way to do this but in code. Sent from my iPhone > On Oct 12, 2015, at 9:11 PM, Alex Hall wrote: > > Hi all, > I have a navigation item inside a view, which is a couple levels inside a > navigation controller's stack. I can change the title of the

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Hall
> On Oct 13, 2015, at 09:21, Alex Zavatone wrote: > > It's tricky but there are a few ways to do it. I trust this is on iOS? Yes, iOS9, if it makes a difference. Thanks. > > I'll dig up what I have done when I get in to the office. > > Sent from my iPhone > >> On Oct 12,

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Hall
> On Oct 13, 2015, at 09:31, Alex Zavatone wrote: > > FWIW, I have found no way to do this but in code. Really? That's annoying, since Xcode offers what seems like such a simple solution right in the inspector. I wonder if it's an Xcode bug, or if I'm misunderstanding what that

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Hall
> On Oct 13, 2015, at 12:54, David Duncan wrote: > > >> On Oct 13, 2015, at 9:50 AM, Alex Zavatone wrote: >> >> >> On Oct 13, 2015, at 9:34 AM, Alex Hall wrote: >> >>> On Oct 13, 2015, at 09:31, Alex Zavatone wrote:

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Zavatone
On Oct 13, 2015, at 12:54 PM, David Duncan wrote: > >> On Oct 13, 2015, at 9:50 AM, Alex Zavatone wrote: >> >> >> On Oct 13, 2015, at 9:34 AM, Alex Hall wrote: >> >>> On Oct 13, 2015, at 09:31, Alex Zavatone wrote: FWIW, I have found no way to

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Kyle Sluder
On Mon, Oct 12, 2015, at 08:11 PM, Alex Hall wrote: > Hi all, > I have a navigation item inside a view, which is a couple levels inside a > navigation controller's stack. I can change the title of the navigation > item through the "title" attribute (in IB) with no trouble. However, when > I

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread David Duncan
> On Oct 13, 2015, at 9:50 AM, Alex Zavatone wrote: > > > On Oct 13, 2015, at 9:34 AM, Alex Hall wrote: > >> >>> On Oct 13, 2015, at 09:31, Alex Zavatone wrote: >>> >>> FWIW, I have found no way to do this but in code. >> Really? That's annoying, since Xcode

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Zavatone
On Oct 13, 2015, at 1:40 PM, Alex Hall wrote: > >> On Oct 13, 2015, at 12:54, David Duncan wrote: >> >> >>> On Oct 13, 2015, at 9:50 AM, Alex Zavatone wrote: >>> >>> >>> On Oct 13, 2015, at 9:34 AM, Alex Hall wrote: >>> > On Oct 13, 2015,

Re: 'Back button' title for navigation item not sticking

2015-10-13 Thread Alex Hall
> On Oct 13, 2015, at 16:00, Kyle Sluder wrote: > > > > On Mon, Oct 12, 2015, at 08:11 PM, Alex Hall wrote: >> Hi all, >> I have a navigation item inside a view, which is a couple levels inside a >> navigation controller's stack. I can change the title of the navigation >>

'Back button' title for navigation item not sticking

2015-10-12 Thread Alex Hall
Hi all, I have a navigation item inside a view, which is a couple levels inside a navigation controller's stack. I can change the title of the navigation item through the "title" attribute (in IB) with no trouble. However, when I entered some text for the "back button" title, Xcode shows that