文件名称:ISHHoverBar:在iOS 10 Maps应用程序中看到的浮动UIToolBar替代品,同时支持垂直和水平方向
文件大小:1.34MB
文件格式:ZIP
更新时间:2024-03-23 10:28:28
Objective-C
ISHHoverBar 在iOS 10 Maps应用程序中可以看到浮动的UIToolBar替代品,同时支持垂直和水平方向。 它旨在将鼠标悬停在您的内容之上,并且可以与自动布局很好地配合使用。 将其与结合以创建类似于iOS 10 Maps应用程序的UI。 ISHHoverBarOrientationVertical ISHHoverBarOrientationHorizontal 栏的内容是使用UIBarButtonItem设置的,就像配置UIToolBar 。 UIVisualEffectsView由UIVisualEffectsView支持,可让您从几种样式中进行选择。 您可以通过Interface Builder定制视图的大多数方面。 基本用法 设置栏的内容 ISHHoverBar同样填充到一个UIToolbar使用的情况下UIBarButtonItem 。 可以通过设置it
【文件预览】:
ISHHoverBar-master
----.travis.yml(424B)
----ISHHoverBar.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcshareddata()
----LICENSE(1KB)
----ISHHoverBar.podspec(1KB)
----screenshot_vertical.png(566KB)
----icon.png(11KB)
----SampleApp()
--------Assets.xcassets()
--------main.m(346B)
--------AppDelegate.h(285B)
--------AppDelegate.m(204B)
--------Base.lproj()
--------ViewController.h(224B)
--------Info.plist(1KB)
--------ViewController.m(1KB)
----.gitignore(108B)
----CHANGELOG.md(309B)
----screenshot_horizontal.png(566KB)
----ISHHoverBar()
--------ISHHoverBar.h(2KB)
--------ISHHoverBar.m(12KB)
--------Info.plist(830B)
----README.md(5KB)
----icon.psd(841KB)
----ISHHoverBarTests()
--------ISHHoverBar+Tests.h(319B)
--------ISHHoverBarTests.m(5KB)
--------Info.plist(733B)