Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

X-Code Projects

Welcome to the X-Code Projects repository! This directory contains a collection of simple iOS applications developed using Swift and built with Xcode. Each project explores key concepts of iOS development, including user interface design with Auto Layout, basic app structures, and learning Swift programming techniques.

Projects Overview

1. Auto Layout Dicee

A simple iOS app that uses Auto Layout to create a dice rolling app. The layout adjusts based on different screen sizes and orientations.

  • Features:
    • Dice images that change randomly on tap.
    • Designed using Auto Layout for responsive UI.

2. Calculator Layout App

A Swift app designed to replicate a basic calculator interface using Auto Layout for positioning buttons and labels.

  • Features:
    • Calculator functionality for simple arithmetic operations.
    • Responsive design using Auto Layout.

3. I Am Rich App

A simple app that displays a wealth theme. It's built as a learning project to explore Swift syntax and basic UI design.

  • Features:
    • Displays a “rich” theme with an image and a label.
    • Focuses on basic UI elements and Swift syntax.

Technologies Used

  • Swift: The primary programming language used for all iOS app development.
  • Xcode: The integrated development environment (IDE) for building iOS apps.
  • Auto Layout: For designing flexible, responsive user interfaces.
  • UIKit: Framework for building graphical user interfaces on iOS.

Getting Started

To get started with any of the Swift projects, you will need Xcode installed. Follow these steps:

1. Clone the repository

git clone https://github.com/free-man11/X-Code-Projects.git
cd X-Code-Projects

2. Open the project in Xcode

Open any of the .xcodeproj or .xcworkspace files in Xcode.

3. Run the project

Once the project is open in Xcode, select a simulator or a connected device, then press the play button (Cmd + R) to run the app.

How to Contribute

If you'd like to contribute by adding new iOS apps or improving existing projects, feel free to fork the repository and submit a pull request.

Steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your app or feature.
  3. Add your changes or new project.
  4. Commit and push your changes.
  5. Submit a pull request to the main repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages