Kofktu / KUIPopOver

Easy to use PopOver in iOS
MIT License
583 stars 37 forks source link

Can I hide the arrow? #7

Closed JeromeTW closed 6 years ago

JeromeTW commented 6 years ago

Thanks for the great project.

Can I hide the arrow? Just show the custom view is good for me.

JeromeTW commented 6 years ago

I found answer here. https://stackoverflow.com/a/36621494/4593553

Kofktu commented 6 years ago

@JeromeTW Hi, KUIPopOver support arrow hide v0.0.4

var arrowDirection: UIPopoverArrowDirection {
    return .none
}