All Projects → 2877025939 → Ios11

2877025939 / Ios11

这里总结了大家iOS 11,iPhone X 适配问题.如有问题,欢迎大家讨论.

Labels

Projects that are alternatives of or similar to Ios11

Unityiphonexsupport
Support iPhoneX by changing the drawing area of Unity.
Stars: ✭ 59 (-90.78%)
Mutual labels:  iphone-x
DailyFeed
iOS client for newsapi.org
Stars: ✭ 128 (-80%)
Mutual labels:  iphone-x
FacefARt
The world's most advanced fart app. Ever.
Stars: ✭ 13 (-97.97%)
Mutual labels:  iphone-x
Tkkeyboardcontrol
TKKeyboardControl adds keyboard awareness and scrolling dismissal (like iMessages app) to any view with only 1 line of code for Swift.
Stars: ✭ 110 (-82.81%)
Mutual labels:  iphone-x
Vhlnavigation
导航栏切换之颜色过渡切换,导航栏背景图片切换,微信红包两种不同颜色切换,导航栏透明度,有无导航栏切换
Stars: ✭ 210 (-67.19%)
Mutual labels:  iphone-x
NotchToolkit
Use the iPhone X notch in creative ways 👩‍🎨👨‍🎨.
Stars: ✭ 55 (-91.41%)
Mutual labels:  iphone-x
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-91.87%)
Mutual labels:  iphone-x
Instagram
A simple imitation of Instagram  app .
Stars: ✭ 346 (-45.94%)
Mutual labels:  iphone-x
Vegascroll
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
Stars: ✭ 2,647 (+313.59%)
Mutual labels:  iphone-x
record3d unity demo
iPhone X -> Unity VFX Graph demo (real-time Point Cloud streaming)
Stars: ✭ 80 (-87.5%)
Mutual labels:  iphone-x
Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+145.16%)
Mutual labels:  iphone-x
Ios11 Adaptation
iOS11-Adaptation iOS 11 && iPhone X适配
Stars: ✭ 206 (-67.81%)
Mutual labels:  iphone-x
FaceAvataaars
Puppeteer Avataaars with your iPhone X (and also test cartoons using BlendShapeRecorder data)
Stars: ✭ 19 (-97.03%)
Mutual labels:  iphone-x
Panels
Panels is a framework to easily add sliding panels to your application
Stars: ✭ 1,457 (+127.66%)
Mutual labels:  iphone-x
Iphone X
🐳A simple and easy way to keep your custom views layout properly on iPhone X
Stars: ✭ 304 (-52.5%)
Mutual labels:  iphone-x
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-90.78%)
Mutual labels:  iphone-x
Swatch
Watcher for Unit Tests written in Swift
Stars: ✭ 55 (-91.41%)
Mutual labels:  iphone-x
Hairpowder
Hair Powder for iPhoneX "M" Shape pattern baldness design
Stars: ✭ 566 (-11.56%)
Mutual labels:  iphone-x
Misterfusion
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.
Stars: ✭ 314 (-50.94%)
Mutual labels:  iphone-x
ki-snackbar
An easy to use alternative of Android snackbar for iOS.
Stars: ✭ 12 (-98.12%)
Mutual labels:  iphone-x

iOS 11

这里总结了大家iOS 11,iPhone X 适配问题

#点击右上角的 star、watch 按钮,可以收藏本仓库,看到本仓库的更新!

iOS 11适配

简书App适配iOS 11

掘金客户端适配iOS11简单记录

iOS 11 安全区域适配总结

iOS开发-适配iOS 11

适配iOS11&iPhoneX的一些坑

腾讯WeTest 你可能需要为你的APP适配iOS11

iOS 11 适配看这篇还不够?

iPhone X 适配

饿了么 UED iPhone X设计适配指南 & iOS 11新特性

iPhone X 适配

iPhone X 的 UI界面适配官方指南

iOS11 & iPhone X 适配指南

iOS iPhone X 适配启动图片

三分钟弄懂iPhone X 设计尺寸和适配

iPhone X 适配指南 (官方版)

随手记在iPhone X上的适配实践总结

美团iPhone X 刘海打理指北

H5页面如何适配iPhone X ?腾讯设计师给出了通用解决方案

2017.9.21 增加iPhone X 上TabBar拉伸的,压缩的问题

如果是那种自定义TabBar中间是按钮的这种操作,我试了一下,之前中间按钮的高度设置的是TabBar的高度( CGFloat buttonH = self.frame.size.height;),现在直接赋值,也可以解决这种问题 。CGFloat buttonH = 49;

TabBar被拉伸的解决方法

ios 11 UITabBar UITabBarItem positioning issue

奇点在 iPhone X 的 break

2017.9.28 增加界面底部不带TabBar,iPhone X适配的问题

今天有小伙伴询问了界面底部不带TabBar,iPhone X底部圆角导致,界面不美观,怎么解决。

解决办法:

1.tableView在初始化的时候,Height增加一个宏,判断一下,如果是iPhone X 底部留,34px。

2.保持view的backgroundColor跟tableView一致。

 #define IS_IPHONEX (([[UIScreen mainScreen] bounds].size.height-812)?NO:YES)

 #define Height (IS_IPHONEX ? ([[UIScreen mainScreen] bounds].size.height-34):([[UIScreen mainScreen] bounds].size.height))

iOS 11获取设备名称

if ([platform isEqualToString:@"iPhone10,1"]) return @"iPhone 8";
if ([platform isEqualToString:@"iPhone10,4"]) return @"iPhone 8";
if ([platform isEqualToString:@"iPhone10,2"]) return @"iPhone 8 Plus";
if ([platform isEqualToString:@"iPhone10,5"]) return @"iPhone 8 Plus";
if ([platform isEqualToString:@"iPhone10,3"]) return @"iPhone X";
if ([platform isEqualToString:@"iPhone10,6"]) return @"iPhone X";
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].