T theprizerevealed macrumors regular Original poster May 6, 2019 #1 How do I create that horizontal line in a popover such as you see for your low battery charge notice? Is that created by using two separate popovers that are spaced very nearly together or is there some other way to do that effect? thanks
How do I create that horizontal line in a popover such as you see for your low battery charge notice? Is that created by using two separate popovers that are spaced very nearly together or is there some other way to do that effect? thanks
PhoneyDeveloper macrumors 68040 May 7, 2019 #2 The content of a popover is a view controller. It can have any appearance. You'll have to post a screenshot or a link though.
The content of a popover is a view controller. It can have any appearance. You'll have to post a screenshot or a link though.
T theprizerevealed macrumors regular Original poster May 8, 2019 #3 I mean this horizonal line as you see here: https://www.google.com/search?q=ios...&biw=1726&bih=1244&dpr=2#imgrc=mD8K7Xjo2L4zhM:
I mean this horizonal line as you see here: https://www.google.com/search?q=ios...&biw=1726&bih=1244&dpr=2#imgrc=mD8K7Xjo2L4zhM:
L lloyddean macrumors 65816 May 8, 2019 #4 theprizerevealed said: I mean this horizonal line as you see here: https://www.google.com/search?q=ios+20%+battery&source=lnms&tbm=isch&sa=X&ved=0ahUKEwik8o_JvoziAhVCJKwKHelEDTgQ_AUIDigB&biw=1726&bih=1244&dpr=2#imgrc=mD8K7Xjo2L4zhM: Click to expand... These days aren't they buttons who's bottom and sides are constrained to the edges of the containing view?
theprizerevealed said: I mean this horizonal line as you see here: https://www.google.com/search?q=ios+20%+battery&source=lnms&tbm=isch&sa=X&ved=0ahUKEwik8o_JvoziAhVCJKwKHelEDTgQ_AUIDigB&biw=1726&bih=1244&dpr=2#imgrc=mD8K7Xjo2L4zhM: Click to expand... These days aren't they buttons who's bottom and sides are constrained to the edges of the containing view?
T theprizerevealed macrumors regular Original poster May 8, 2019 #5 I have tried to replicate the appearance; but when I have a view with a button inside it then it doesn't appear the same way.
I have tried to replicate the appearance; but when I have a view with a button inside it then it doesn't appear the same way.
PhoneyDeveloper macrumors 68040 May 10, 2019 #6 Isn't that just UIAlertController? Like https://nshipster.com/uialertcontroller/ Reactions: grandM
T theprizerevealed macrumors regular Original poster May 13, 2019 #7 yes thanks, I believe that's what I need!