Apple reminds developers to design around iPhone X’s notch

“Ahead of the release of the iPhone X in less than a week, Apple has reminded developers to get their apps ready for the device,” Chance Miller reports for 9to5Mac. “In a post on its developer blog, Apple is reminding developers to test their apps using the iPhone X simulator in Xcode code.”

The TrueDepth camera works with ARKit, and the A11 Bionic chip is designed for Core ML and Metal 2. Download Xcode 9.0.1, test your apps in the iPhone X simulator, and capture screenshots. Then submit your updated apps and metadata in iTunes Connect today. – Apple Inc. to iOS developers

Miller reports, “Apple has previously given developers some tips when it comes to designing for the iPhone X’s new bezel-less OLED display.”

Don’t mask or call special attention to key display features. Don’t attempt to hide the device’s rounded corners, sensor housing, or indicator for accessing the Home screen by placing black bars at the top and bottom of the screen. – Apple Inc. to iOS developers

Read more in the full article here.

MacDailyNews Take: As we called it back in August:

Inelegant kludge.

We still can’t wait for Friday!

Come to us, Notch Blindness™!

SEE ALSO:
We’ll get used to iPhone X’s ugly notch, even if we don’t end up liking it – October 23, 2017
Sloppiness: Apple’s inconsistent iPhone X design guides show attention to detail is no longer a priority – October 13, 2017
It’s not all screen: Apple’s stretching the truth with iPhone X marketing – October 3, 2017
Joshua Topolsky: Apple is really bad at design – October 1, 2017
Apple’s botched ‘notch’ atop iPhone X’s display is a design abomination – September 15, 2017
Apple is turning a design quirk into the iPhone X’s defining feature: Leaning into the notch – September 14, 2017
The lessons and questions of Apple’s iPhone X and iPhone 8 – September 13, 2017
Apple embraces that ugly notched cutout in OLED ‘iPhone’s display – August 30, 2017
It’s time we embraced Apple’s notched/cutout OLED iPhone display – August 11, 2017

55 Comments

    1. More like April or May. My preorder from yesterday is delivering in mid-December. I suspect they will keep the 5-6 week wait time up for a while even if it actually takes longer. People don’t want to see 8-10 week delivery timeframes. Now is pretty much the last chance to order one before Christmas, short of waiting in line for a few days, getting lucky in-store or paying $1500 on eBay.

  1. The iPhone X inelegant “notch” is Apple’s own Ford Edsel design moment. This too shall pass.

    (But surely Jony Ives has been walking Apple’s halls lately with lowered countenance in shame over this.)

  2. everyone complains no one offers solution, apple researched this extensively and all design is a compromise of solutions, boiled down to notch or black band. complainers should choose something else.

    1. Now now. They’ll be no voices of reason around these parts thank you.

      No worries though, Notchgate will soon be forgotten when the phones are in hand and joy is spread throughout the land. (The wicked old notch will soon be dead.)

    2. pdx: isn’t about compromises…it’s about “finding” the best. If one’s first plan…seemingly the ideal plan, doesn’t work, it doesn’t mean your following design has to be a compromise–just that the ideal changed. If the design emits compromise, it not a good design in the ideal sense…2nd best implies “good enough.” As you and many, many others have said/implied in the “notch threads,” it’s a compromise.
      You call it complaining. As an artist, I call it critiquing. This doesn’t mean Apple is shxx, nor does it mean it’s not going to sell a jillion. In fact, I may buy one, but my 6s’ robust performance, makes it “unnecessary.” But, this object has a flaw…a big one. The screen, THE image relaying part of this beautiful, powerful and to-be-market-leading object, has a compromise and it was produced by the company, born of a odd and masterful mix of art/design & tech that has set and will set the bar for art/design & tech mix. I expect Apple’s designers know, or will know they’ve misstepped and will pursue excellent design going forward. If they continue to embrace compromise to enable marketing statements (bezel-free screen), there’s trouble ahead and it’s not a new, or unreasonable concern.

        1. The “notch” simply sucks. That shallow enough for you, Melvin? I don’t have to wax philosophic with an erudite vocabulary to state what is blantly obvious. “Joe Dirt” speak will accomplish the same and if you don’t like it, mission accomplished …

  3. I have been dismissive of all this notch mania expecially MDN’s monotonous kiddie rants but to tell developers not to fill either side of the notch per se is totally out of order. There are Aps and situations where it will be the logical solution so Apple’s Taliban stance is puritanical and unnecessary in nature, just advised to make intelligent and appropriate design decisions over trying to ignore it .

      1. It’s not about Face ID…it’s the space on either side of that bar that’s the issue. Eye goes immediately to the contrasted area. It’s a distraction. Why not just continue the bar across and fill the gaps? Of course “edge to edge” is sacrificed…but not a biggie…but much less distracting to the eye’s scanning tendencies.

        1. Your solution provides two square corners and two rounded corners, with the location of the odd corners changing with the orientation of the device. Programmers would have to allow for that somehow. Some people, including the decision makers at Apple, would find that as distracting as the notch. Your taste differs, but that hardly justifies all these personal insults

        2. I don’t see why it has to have 2 squared and 2 rounded corners. The developer will settle for one or the other and create the display appropriately in their App.

        3. If you can’t understand, try drawing it on a piece of paper. A black bar straight across the end of the screen with the sensors will form two right angles with the adjacent straight sides of the screen/device. The end opposite the sensors will have rounded corners because the screen follows the curves of the device itself. Held in portrait, the square corners are at the top (or bottom, if the phone is held with the sensor end down). In landscape, the square corners may be at either the left or right, depending on how the user holds the phone.

          The Apple application programming interface since the Lisa has allowed for either rectangular windows (Rect) or rounded rectangles (RoundRect). There is no standarkd means for handling half-rounded rectangles.

          If an iPhone X app programmer defines his main window as a RoundRect, the system software provides standard means for handling all four possible orientations, although there will be a notch out of the sensor end or side of the screen. That is what Apple recommends.

          If the app programmer defines his main window as a Rect, the square corners at the sensor end of the screen will eliminate the notch. Great, but it will also define the opposite end of the window as having square corners. That will not match the physical shape of the screen, meaning that there must either be a matching black bar at that end (a virtual bezel), or the extreme corners of the window will protrude offscreen and make that content invisible. That would look at least as bad as the notch.

          The only other alternative is to force every individual application programmer to come up with her own nonstandard solution for fitting content into a screen with one square end and one rounded end… with four possible arrangements depending on how the device is held. Some solutions could be very ugly, and no solution would be the same as any other, making the code difficult to maintain.

          What part of that explanation SUCKS?

        4. (Taking an idea from HTML for layout) Wouldn’t it be possible to section the ‘main’ window to have 2 subwindows (like a TABLE), fill the subwindow/area that defines the ‘notch’ area with black, fill the subwindow/area defining the rest of the area with a rounded rectangle and place a black background on the TABLE? This would result in the new ‘main’ area with 4 rounded corners of equal dimensions. No matter which way you rotate the display the rounded corners would be in the right places and notch made ‘invisible’.

        5. That would eliminate the notch, but wouldn’t it mean that the subwindow with the content would be surrounded by a black frame, eliminating the sense of a full sized screen.

        6. That would be unlikely unless Apple’s development tools are less flexible than HTML. Frames and Tables can have zero width borders and insets. The appearance would not differ from a display they would have ended up with if Apple had chosen to not place ‘ears’ in the first place. Unfortunately this ‘solution’ would probably be against current Apple policy of telling developers to work around the notch.

  4. I haven’t delved into this situation much. But the solution is dirt simple:

    Apple owns the anti-notch at the top. Period. No one else can program there. Period. The rest of the space is for developers.

    But Apple wants this to be complicated? What’s going on over there?! (Well, besides the rocky transition to the MotherShip campus).

    I often chatter about the importance of ‘breathing’ in business. Out with the bad air (employees), in with the good air (new, better employees). I’m getting the distinct sense that there’s nonsense and shenanigans messing around with Apple’s culture and progress.

    That and of course their proven problems with scaling. Their shoving of the Mac onto the back burner is unforgivable blundering. There is no sane reason for this to happen. Well, other than Intel’s constantly late CPU release schedule in recent years, aka the end of Moore’s Law, no matter how much they wish it wasn’t so.

    *grumpiness*

  5. Developers, please note that iPhone X has a rather conspicuous deformity and it is desirable that you design apps that take into account this design flaw.

    Thank you, Apple.

    1. Exactly right.

      Reminds me of a famous quote from Ben Bradley executive editor of the Washed Post during the Watergate era. He would recognize and then tell Woodward and Berstein, “that’s a non-denial denial.” Over time, the practice morphed into present everyday Liberal speak.

      But not to get political that’s EXACTLY what Apple was doing in issuing the guidelines to protect App developers from the same push back Apple has experienced over the dreadful “notch.” And that’s a good thing.

      I suspect there is a silver lining. Sounds like Apple quietly knows it, and fingers crossed NO notch in next year’s design. Yippee! …

Reader Feedback

This site uses Akismet to reduce spam. Learn how your comment data is processed.