Giter Club home page Giter Club logo

aerian-multi-browser's Introduction

Aerian Multi Browser

Simple web browser with TouchBar implementation that supports multi browsing with rows and/or columns.

This is part of the course Hacking with macOS - Build 18 Desktop Apps with Swift 3
by Stephen DeStefano• iOS / macOS Developer / Swift Instructor
The current project as of 8 Aug 2017 is as taught in the course.

New features such as implementing the following, are not included in the course:

  1. Auto search in address bar -> Google
  2. Add shortcuts to add a column or row
  3. Hide Go Back and Go Forward buttons when applicable
  4. Browser styling
  5. Add reload button
  6. Refresh or stop when applicable

Features

Multi web browsing, sharing for social media: Twitter, Facebook, LinkedIn, etc. Swift -> MacOS

  • NSStackView -> This allows each window/tab to have the right constraints to fit into the window
  • WKWebView -> This is used to display the websites
  • URL and URLRequest
  • isLoading
  • CALayer -> Since MacOS doesn't have Core Animations integrated, we use this so we can select a specific tab/window
  • NSClickGestureRecognizer -> This allows us to detect a click for a particular tab/window
  • #selector -> used normally in buttons. It triggers a function defined in the current viewController
  • Auto Layout (programmatically) -> Sets the constraints for: leading, trailing, top and bottom
  • Anchors
  • NSTouchBar -> This will only be available for OSX 10.12
  • NSPopOverTouchBarItem -> Shows additional buttons for the TouchBar
  • CustomizationLabel
  • NSSharingServicePickerTouch
  • NSSegmentedControl
  • NSButton
  • makeFirstResponder()

Screenshots

Selected column will update the current address in the textfield christian ray leovido screenshot aerian multi browser 1

Using 3 colums

christian ray leovido screenshot aerian multi browser 2

Using 3 colums and 2 rows

christian ray leovido screenshot aerian multi browser 4

Contributing

Feel free to submit issues, suggestions and enhancements.

To contribute, create your own branch and send pull requests to merge back into master.

Another alternative:

  1. Fork this project and clone it into your machine.
  2. Make changes to it and commit
  3. Push changes to your own forked repository.
  4. Submit a pull request to review your code before it gets merged into the original master project.

aerian-multi-browser's People

Contributors

leovido avatar

Watchers

James Cloos avatar  avatar

Forkers

nllii

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.