Skip to content

A SwiftUI-based project that showcases various Apple frameworks, including their names, icons, descriptions, and direct links to the official documentation.

Notifications You must be signed in to change notification settings

WinterSolid/Apple_Frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Apple Frameworks

A SwiftUI-based project that showcases various Apple frameworks, including their names, icons, descriptions, and direct links to the official documentation. The frameworks are displayed in a scrollable grid view, allowing users to explore each framework easily.

Table of Contents

  • Features
  • Images
  • Installation
  • Usage
  • Mock Data

Images

AFV2-0

AFV2-1

Screenshot 2024-09-04 at 1 14 55 PM

Screenshot 2024-09-04 at 1 15 10 PM

AF_ss5

Features

  • Grid View of Frameworks: A scrollable grid view that dynamically displays Apple frameworks with their names, icons, and descriptions.
  • Dynamically Resizing Text: Framework names resize dynamically to fit within their designated space.
  • Direct Links: Each framework includes a direct link to its official Apple documentation.
  • Adaptive Layout: Uses LazyVGrid for an adaptive and responsive layout.

Installation

  • Clone the Repository:
 https://github.com/WinterSolid/Apple_Frameworks.git
  • Open the Project: Open the cloned project in Xcode.
  • Run the Project: Select a simulator or device and click the Run button in Xcode.

Usage

  • The project displays a grid of popular Apple frameworks using SwiftUI.
  • Scroll through the list to view the different frameworks.
  • Tap on the links to open the corresponding documentation in your browser.

Mock Data Example

let mockFrameworks: [Framework] = [
    Framework(name: "SwiftUI", iconName: "swiftui", releaseYear: 2019, URLString: "https://developer.apple.com/xcode/swiftui/", description: "A modern framework for building user interfaces across all Apple platforms using a declarative Swift syntax.")
]

About

A SwiftUI-based project that showcases various Apple frameworks, including their names, icons, descriptions, and direct links to the official documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages