From the course: iOS Development Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Animated emoji on the Apple Watch

Animated emoji on the Apple Watch

From the course: iOS Development Tips

Animated emoji on the Apple Watch

- [Narrator] I love the animated emoji on the Apple watch. However, I didn't talk about it when I did the text input video for the Apple watch OS 4 App Development Essential Training. So here's my chance to correct that. There's some good news and bad news about the implementation of this fun feature. Good news is it's easy to do. The bad news we'll get to. If you download the example file, you'll find a fully implemented text input control that consists of two labels, a button, and an image view. Heading over to the code, I set this up for getting text input. Take a look at the Apple watch OS 4 course for details. But just to review, text is a separate modal view with the ability to use several options, including a list of suggested responses. You make an array of of your suggestions and send them to the modal. I'll add one more just for fun. Just after the No here, I'm gonna put a comma, and then two quotes, and then control command space bar, and that gets you the emoji screen. And…

Contents