This repository contains PDF files and resources for various iOS Tech Talks presented to the team. Each folder includes in-depth presentations covering different iOS development topics, aimed at enhancing knowledge sharing and best practices among the team.
-
KSBOOK-UINavigationController:
- This presentation demonstrates how to manage view controllers using
UINavigationControllerin iOS. It includes detailed steps on setting up a root view controller, navigating through view controllers using push and pop methods, presenting view controllers, and integratingUITabBarControllerwithUINavigationController. It also covers how to customize the navigation bar with different styles and elements. - View Sample Project
- This presentation demonstrates how to manage view controllers using
-
KSBOOK-UICollectionView:
- This folder contains a PDF guide on how to efficiently use
UICollectionViewin iOS. It covers topics such as adding, editing, deleting, and moving cells in a collection view. Additionally, it includes a sample project showcasing how to implement swipe cards and create customized layouts for collection views. - View Sample Project
- This folder contains a PDF guide on how to efficiently use
-
Milestone & Commit Emoji:
- This presentation explains how to use emojis in Git commits and project milestones effectively. It outlines the benefits of grouping issues, tracking progress, setting deadlines, and filtering tasks using milestones. It also provides examples of how to use commit emojis to visually represent the purpose of changes in your Git projects.
- More Information on Git Commit Emojis
- Learn more about creating and editing milestones for issues and pull requests
- Clone the repository:
git clone https://github.com/lymanny/iOS-Tech-Talk.git- Open the folders to explore the PDF files and materials related to each iOS development topic.