0:00:00.730,0:00:02.040 In the previous lesson, 0:00:02.040,0:00:05.270 we looked at different ways that one[br]view controller can present another. 0:00:05.270,0:00:08.620 In this lesson, we're going to learn[br]about the delegate design pattern. 0:00:08.620,0:00:12.100 Many of the most common views in[br]UIKit use this design pattern, 0:00:12.100,0:00:15.840 including text views, pickers,[br]tables, and collections. 0:00:15.840,0:00:19.040 Delegates are used to make important[br]connections between model, view, and 0:00:19.040,0:00:20.150 controller. 0:00:20.150,0:00:23.190 We'll start out by focusing on how[br]the delegate pattern is used with 0:00:23.190,0:00:23.960 text fields.