Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 iPhone 中实现一个类似于通知栏的上拉视图。不同的是它将是从下到上。我该如何实施?
我为此附上了图片:
在这种情况下,您将不得不使用 GestureRecognizer。当通知图像关闭或向上滑动手势方向时,您应该在左上角图像上的用户选项卡上使用点击。
也许这会帮助你开始:http://www.techotopia.com/index.php/An_iPhone_iOS_4_Gesture_Recognition_Tutorial_(Xcode_4)