Coder Social home page Coder Social logo

gaikan's Introduction

Hi there ๐Ÿ‘‹

struct Dev {
  let name = "Jean-Christophe (JC) Pastant"
  let pronouns = "Sir"
  let age = Int.infinity
  let role = "iOS Staff Engineer"
  let location = "France ๐Ÿ‡ซ๐Ÿ‡ท"
  let languages = ["en_FR", "en_US"]
  let skills = ["Swift", "ObjC", "Ruby", "French jokes ๐Ÿคก"]
  
  func sayHi() {
    print("Thanks for dropping by. Feel free to have a look at my work!")
  }
}

let me = Dev()
me.sayHi()

Github stats

My latest projects

  • CohesionKit: A Source of Truth library to help dealing with realtime data
  • AnnotationInject Compile-time injection using code generation
  • SimpleHTTP Lighweight additions to Foundation to improve requests

Links

gaikan's People

Contributors

brandons avatar pjechris avatar readmecritic avatar siemensikkema avatar viteinfinite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gaikan's Issues

Add a custom CALayer to UIView

It might be nice to use a custom CALayer object instead of modifying UIView.layer. This would allow us to do implement "tricky" effects setting only one border or corner radius (top, left, bottom, right).

This would also be a first step to handle view bound changing.

Versioning issue

I am trying to access the version 0.8.0 of Gaikan as i need Swift 3.0 support, however current pod always target 0.7.0. Did you forget to tag 0.8 on Master?

Mimic `UIView` API

Instead of having updateStyle, we should have setNeedsUpdateStyle (async) and updateStyleIfNeeded (sync)

Unable to install using Carthage

These are some of the things preventing this:

  • There is no Cartfile with the KVOController dependency
  • The Pods directory is included which causes Carthage to try to build the Pods.xcodeproj

Would you be okay with using Carthage for Gaikan's own dependencies instead of Cocoapods? I think it will be easier to support both Carthage and Cocoapods for using the framework. I can try to create a pull request for this if you'd like.

Improve debug information

  • Keep style properties overloading, at least in debug.
  • Show computed properties values when calling print.

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.