rcanbaba / tvOS-App-1

first tvOS App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tvOS-App-1

  • first tvOS App

notes:

limitations of tvOS

  • there is no persistent local storage (if you need store-retrive from iCloud)
  • 500 KB allowed for persistent storage -> we can use for "user defaults"
  • apps must not be more than 200 MB
  • there is no WebKit, MapKit ...

the project includes:

  • UISearchController
  • Playing video (AVPLayerViewController)
  • parallax effect implementation

app icon components:

  • must provide two app icons:
    • Large: 1280px x 768px
    • Small: 400px x 240px
  • Launch Image: 1920px x 1080px
  • Top Shelf Images: if user place the app top shelf menu

Using UISearchController on tvOS creates problems,

  • handling keyboard
  • not flexible, not scalable
  • customization (w-h,icons)

About

first tvOS App


Languages

Language:Swift 100.0%