Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
AI Tools
Leisure
Game Download
Game Tutorials
English
简体中文
English
繁体中文
日本語
한국어
Melayu
Français
Deutsch
Login
singup
Next Section: Introduction to Jiugongge 02
(2001 plays)
Next Section
Watch Again
ဆ
Chapter
Note
Ask
Courseware
Feedback
Basic video of iOS application UI control development
Chapter1 Basics of iOS application UI control development (1)
1-1 Introduction before class
1-2 Introduction to learning methods
1-3 Introduction to the first iOS program
1-4 Addition calculator interface construction
1-5 The relationship between controller and UIView
1-6 Sum on button click event
1-7 Undo keyboard operations
1-8 Morning knowledge summary
1-9 Button case introduction
1-10 Two states of the button
1-11 Move button position 01
1-12 Move button position 02
1-13 Modify button size
1-14 code encapsulation
1-15 center and bounds
1-16 Animation introduction
1-17 Dynamically create controls 01
1-18 Dynamically create button 02
1-19 Install help documentation and ios7.1 simulator
1-20 Installation of help documentation
Chapter2 Basics of iOS application UI control development (2)
2-1 Common properties of UI controls
2-2 Image Browser 01
2-3 Image Browser 02
2-4 Tom Cat 01
2-5 Tom Cat 02
2-6 The difference between UIButton and UIImageView
2-7 UIButton displays multiple contents
2-8 Summarize
Chapter3 Basics of iOS application UI control development (3)
3-1 Introduction to Jiugongge 01
3-2 Introduction to Jiugongge 02
3-3 Nine-square grid arrangement
3-4 Add child controls to each application View
3-5 Set data for child controls
3-6 Dictionary to model
3-7 Dictionary to model supplement
3-8 Morning summary review
3-9 Package xib
3-10 Package xib supplement
3-11 Encapsulate mvc directory structure
3-12 xib loading process
3-13 Implement download button click function
3-14 Application management summary
Chapter4 Basics of iOS application UI control development (4)
4-1 Build the upper part of the interface
4-2 Lazy loading of data
4-3 Implement the next question function
4-4 Implement the function of clicking to display a large image
4-5 Implement the function of clicking to display a large picture
4-6 Dynamically generate answer buttons
4-7 Create selectable button 01
4-8 Create a selectable button 02
4-9 Click event of the selected button 01
4-10 Click event of the selected button 02
4-11 Answer button click event
4-12 Determine whether the answer is correct
4-13 pop-up dialogue box
4-14 Prompt function
4-15 Set App icon and startup image
4-16 Set App icon and startup image supplement
Chapter5 Basics of iOS application UI control development (5)
5-1 review
5-2 Introduction to UIScrollView
5-3 UIScrollView implements basic scrolling
5-4 Implement scrolling through code through contentOffset
5-5 contentInset and other properties
5-6 Himalaya Case 01
5-7 Himalaya Case 02
5-8 Listen to scroll events through a proxy
5-9 Morning agent review
5-10 UIScrollView implements scaling
5-11 Implement horizontal scrolling
5-12 Implement paging indicator
5-13 Implement automatic scrolling
5-14 FixedBug
5-15 Summary and supplement
Chapter6 Basics of iOS application UI control development (6)
6-1 Startup image and controller size
6-2 Introduction to UITableView
6-3 Basic ideas for displaying data in UITableView
6-4 UITableView displays grouped data
6-5 Display grouped data by loading plist file
6-6 The difference in display effect between grouping and not grouping
6-7 Display a single set of data by loading a plist file