An open API service indexing awesome lists of open source software.

https://github.com/huangrunhua/wwdc-discover

The simple implementation of Apple Developer App Discover Page
https://github.com/huangrunhua/wwdc-discover

apple-developer objective-c objective-c-programming wwdc

Last synced: about 2 months ago
JSON representation

The simple implementation of Apple Developer App Discover Page

Awesome Lists containing this project

README

        

# Apple Developer App Discover Page

![](https://github.com/HuangRunHua/wwdc-discover/raw/main/IMG_0034.JPEG)

## Introduction
I had a sudden inspiration and spent half a day creating this small sample project. My company primarily uses Objective-C for development, and the company's app supports iOS versions starting from 11.0. Due to my limited experience with Objective-C and UIKit (as I am more familiar with SwiftUI), and my admiration for the Apple Developer App interface, I created this sample program to improve my skills in both Objective-C and the UIKit framework.

This example is a simple UI construction that does not use Storyboards; instead, all interface elements are created programmatically. Additionally, this program does not include network interface requests; all data is hardcoded within the code.

Finally, since I only spent half a day on this project, the code may not be very polished. I welcome any suggestions for optimization or new feature additions. Please feel free to submit a pull request on GitHub. Thank you in advance for your contributions!

## System Require
- iOS 13.0+ (At first I want to support iOS 11.0+ but I really really want to use SF Symbols...)
- Xcode 15.0+
- CocoaPods