ios - WatchKit title disappears if modal view shown on paged modal views -


this issue quite simple reproduce. , think may bug in watchkit.

if display view with:

[self presentcontrollerwithname:@"onebuttonview" context:nil]; 

it works great. if use view 1 button, , open exact same view button, new modal view comes on top of original (as expected). if click title - top view gets closed , see parent view. in way can create 10 pages , go 1 one first one. great.

issue exists if try presenting one/more modal views using method:

[self presentcontrollerwithnames:@[@"onebuttonview"] contexts:nil]; 

if that, new view presented on top (as expected), can close pressing title (as expected) title/titles pages created presentcontrollerwithnames: disappear come child modal view. behaves identical 1 or multiple views presented way.

i tried setting title explicitly one/all views presented way didn't help.

anyone encountered or have solution this?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -