0

Im extremely new to iOS and i have a requirement where in table view, each cell displays list of stores near by and also an info button at the end which shows the timings of the stores. Info accessory button like this enter image description hereand my requirement is to display callout alert as below on tap of that button.

enter image description here

Do I need to create custom view of small size and display that view every time when user taps on that? Please advice how to achieve this in Swift.

Harshal Bhavsar
  • 1,598
  • 15
  • 35
Ashh
  • 569
  • 1
  • 6
  • 28
  • 1
    Yes, you need to create your own custom view. – rmaddy Feb 26 '18 at 05:48
  • Thanks @rmaddy: Any suggestions how i can implement the lower triangle how it points to info button? – Ashh Feb 26 '18 at 06:16
  • @Ashh You can achieve a view with bottom triangle at dynamic place with UIBezierPath. See Apple Docs for more info https://developer.apple.com/documentation/uikit/uibezierpath – Syed Qamar Abbas Feb 26 '18 at 06:28

0 Answers0