Git Product home page Git Product logo

ios11's Introduction

iOS 11

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

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

iOS 11适配

简书App适配iOS 11

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

iOS 11 安全区域适配总结

iOS开发-适配iOS 11

完美适配 iOS11 导航栏

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

iPhone X 适配

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

iPhone X 适配

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

iOS11 & iPhone X 适配指南

iOS iPhone X 适配启动图片

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

iPhone X 适配指南 (官方翻译版)

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";

ios11's People

Contributors

2877025939 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.