pkluz / Indicate

Interactive notification pop-over (aka "Toast) modeled after the iOS AirPods and Apple Pencil indicator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NavigationBar hides indicate

mabeljarsdel opened this issue · comments

Hi @pkluz,

First of all thank you for this clean and useful implementation. I really like it.

Currently I tried to used it into controller which is embeded into Navigationcontroller and Indicate still hidden under navigationbar. Is it possible to fix that?

Kind regards,
Mabel

A solution that works is:

indicatePresentationController.present(in: navigationController?.view ?? view)