- UIPopoverPresentationController
iOS8+
Mac Catalyst 13.0+
- ContextMenu
iOS13+
- Pull-Down Menus
iOS14+
问题
Dark shadow on navigation bar during segue transition after upgrading to Xcode 5.1 and iOS 7.1
到现在还是这个毛病
self.navigationController.view.backgroundColor = [UIColor whiteColor];
hide / show tab bar when push / back
In view controller A (which is on the tabBar), when it comes time to present B (no tabBar wanted):
self.hidesBottomBarWhenPushed = YES; // hide the tabBar when > pushing B
[self.navigationController pushViewController:viewController_B > animated:YES];
self.hidesBottomBarWhenPushed = NO; // for when coming Back to AIn view controller B, when it comes time to present C (tabBar > wanted again):
self.hidesBottomBarWhenPushed = NO; // show the tabbar when > pushing C
[self.navigationController pushViewController:viewController_C > animated:YES];
self.hidesBottomBarWhenPushed = YES; // for when coming Back to B
参考
比较细节的 Menu
滚动隐藏statusbar下拉放背景图片How to create beautiful Stretchy Layouts on iOS using Auto Layout and SnapKit
PopOverMenu is a PopOver style menu.
Connect UISegmentControll to UIPageViewController
iOS - PageViewController & SegmentedControl
iOS A Beginner’s Guide to Presentation Controllers in iOS
Recreate the Old Mac OS X Panther Finder Using SwiftUI
alerts-and-pickers
SwiftEntryKit
截图
字体
Fonts included with macOS Catalina
macos cocoa
FlatButton
Customize NSButton Colors And Rounded Corners On macOS Projects