-
Notifications
You must be signed in to change notification settings - Fork 14
Designer Week 1 Skills Checklist
Timothy Lee edited this page Jun 5, 2014
·
5 revisions
- Create and run an XCode project
- Create a custom view controller
- Import a class
- Allocate an object
- Set the rootViewController of the window
- Set the display name of the application
- Add/modify image assets
- Set the splash screen for a 3.5"/4"
- Set the app icon
- Add an image to the view
- Scale an image via mode: aspect fill, aspect fit, center, etc.
- Crop an image by clipping subviews
- Add a plain text label and modify font, color, shadowColor, shadowOffset
- Add an attributed text label for mixed styling (e.g., some bolded words)
- Add a button and configure image and title
- Change images for normal, highlighted, selected, and disabled states
- Nudge image and title via insets
- Add a text field and modify border
- Modify keyboard type and appearance
- Add a background image
- Change navigation bar color
- Change navigation title
- Add buttons to the left and right
- Add a view and modify background color
- Modify corner radius, border, shadow
- Add subviews to a container view