ShantanuPhadke / ios-decal-hw2

Homework 2: Custom Keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework 2: Custom Keyboard

Due

Wednesday, September 23 at 11:59 PM

Description

In last week's homework, you explored Swift in the Playground. Playground is a great place to test small things out, but it's now time to build your first app! In this assignment, we will be exploring Xcode even further the through the Storyboard. As discussed in lecture, Storyboard is a powerful way to sketch out designs and translate it to working code.

Our app will be a custom keyboard -- think emojis, but with our own buttons and interactions. Your job will be to fill out the code to successfully link up interactions between the user and the keyboard.

Instructions

  1. Fork the assignment's repository from (https://github.com/iosdecal).
  2. Clone your forked repository to your local machine (the URL should contain YOUR_USERNAME/ios-decal-..).
  3. Add to KeyboardViewController.swift and Keyboard.xib
  • Required
    • A "Next Keyboard" button (done for you already, but feel free to change the image, text, etc.)
    • A "Return" button
    • A "Delete" button
    • Various input buttons (e.g. ASCII Text, GIFS, Unicode, Emojis, etc.)
  1. Add, commit, and push your modified file(s) to your forked remote repository.

Setup Video

https://youtu.be/qY8V69PxP8Q

About

Homework 2: Custom Keyboard


Languages

Language:Swift 100.0%