Closed yvsong closed 10 years ago
Sometimes the tipView is hidden below another view when pointing to a bar button item on a toolbar. Adding the following as the final line in presentPointingAtView:inView:animated: ensures the tip is on the top:
self.layer.zPosition = MAXFLOAT;
Visibility is decided by container view.
Sometimes the tipView is hidden below another view when pointing to a bar button item on a toolbar. Adding the following as the final line in presentPointingAtView:inView:animated: ensures the tip is on the top:
self.layer.zPosition = MAXFLOAT;