All Projects → sleeve → ios-empty-application-xcode-template

sleeve / ios-empty-application-xcode-template

Licence: other
🙈 An empty iOS application project template without a storyboard for Xcode 11.

Projects that are alternatives of or similar to ios-empty-application-xcode-template

frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-14.29%)
Mutual labels:  starter-template
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+267.86%)
Mutual labels:  starter-template
nodejs-angular-starter
A starter template to work with on NodeJS (typescript), Angular (with SSR), and shared models.
Stars: ✭ 13 (-53.57%)
Mutual labels:  starter-template
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+21.43%)
Mutual labels:  starter-template
omit-empty
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
Stars: ✭ 71 (+153.57%)
Mutual labels:  empty
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+332.14%)
Mutual labels:  starter-template
nextarter-chakra
battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup ✨
Stars: ✭ 616 (+2100%)
Mutual labels:  starter-template
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-3.57%)
Mutual labels:  starter-template
react-redux-boilerplate
React, Redux Boilerplate with authentication
Stars: ✭ 35 (+25%)
Mutual labels:  starter-template
HDEmptyView
一个Swift语言封装的EmptyView显示库,可作用于WKWebView、UITableView、UICollectionView 无网络提醒或者空数据提醒
Stars: ✭ 29 (+3.57%)
Mutual labels:  empty
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (+135.71%)
Mutual labels:  starter-template
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+96.43%)
Mutual labels:  starter-template
react-admin
基于React + ant-design的用作后台管理项目的脚手架
Stars: ✭ 96 (+242.86%)
Mutual labels:  starter-template
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: ✭ 228 (+714.29%)
Mutual labels:  starter-template
gatsby-starter-grayscale
Gatsby.js V2 starter template based on Grayscale by startbootstrap
Stars: ✭ 25 (-10.71%)
Mutual labels:  starter-template
Rainblur-Landing-Page
Tailwind CSS Starter Template - Rainblur Landing Page (dark)
Stars: ✭ 112 (+300%)
Mutual labels:  starter-template
vue-h5-template
H5 开发的 vue 项目快速启动模板
Stars: ✭ 23 (-17.86%)
Mutual labels:  starter-template
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+257.14%)
Mutual labels:  starter-template
Minimal-Blog
Tailwind CSS Starter Template - Minimal Blog
Stars: ✭ 100 (+257.14%)
Mutual labels:  starter-template
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-35.71%)
Mutual labels:  starter-template

iOS Empty Application Xcode Template

This used to be a default template included with early versions of Xcode but it was removed in Xcode 6 and is still missing in modern versions of Xcode. Unfortunately some older iOS development books, projects and tutorials were written specifically using this empty template as the starting point. Most of the other versions floating around of this template are just the raw template file taken from Xcode 5. This old template has some issues running on more recent versions of Xcode though. This updated template includes a few improvements that make it actually functional.

It works with the latest Xcode 11 for both Objective-C and Swift 5.x and doesn't rely on a storyboard. It also features a cleaned up modern icon that matches the latest design language of the other templates. It works nicely when creating small test apps with programmatic views or just starting a fresh project without the storyboard cruft.

empty_template-xcode_11 4

sim_empty_application_xcode11

Installation

The recommended install method is to place Empty Application.xctemplate within:

~/Library/Developer/Xcode/Templates/Application/

If you just place it in the root Templates directory the template will appear at the bottom of the Xcode project creation screen. If you create an Application subdirectory though and then stick it in there it will appear in the same Application section as all the other project templates.

Color

I changed the default window background from White to Cyan to make it easier to see when the AppDelegate loads. The Launch Screen image/storyboard default color is white so it was impossible to see when the AppDelegate actually loaded when the background color was white. Feel free to change it to whatever color you want. 🎨

Related links

If you're curious about doing some more Xcode Template customization these are some great places to start.

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].