Giter Site home page Giter Site logo

bigmountainstudio / designablex Goto Github PK

View Code? Open in Web Editor NEW
194.0 194.0 78.0 1.97 MB

This repository holds @IBDesignable files that can be used to extend the Interface Builder and make it easier to customize controls on the Storyboard.

Swift 100.00%

designablex's Introduction

header

Hi, I'm Mark Moeykens

I created Big Mountain Studio when I started my YouTube channel and started publishing programming videos.

Now I create picture books.

Did you say "picture books"?

Ha ha, yeah! ๐Ÿ˜‚

I am a visual learner and when I am trying to find a solution, I can remember pictures faster than remembering a bunch of code.

So I created picture books like this free SwiftUI picture book:

SwiftUI Views Quick Start

swiftui views quick start

I like to teach concepts with pictures:

concept

And I like to teach code with pictures too:

vstack

Pictures or Videos on every page:

learn with pictures and videos

Learn 10X Faster

...it's probably the best book on a programming topic I've ever read. I was intrigued by your "PowerPoint" style of teaching and now I'm all in. I can learn topics 10x faster because you're just showing me and telling me exactly what I need to know. Phenomenal work! - Brian Walton

Join Over 27,000 Other Developers

brands trust bigmountainstudio

Get a free copy!

Why not? ๐Ÿ˜ƒ

  • Over 300 pages
  • Learn 10x faster
  • Recall images 60,000x faster (known as the "Picture Superiority Effect")
  • Simple English
  • Pictures + Code
  • One Topic per Page

Just go to BigMountainStudio.com to download it.

It will become your favorite development partner.๐Ÿ’š

designablex's People

Contributors

jogendra avatar mjmoeykens avatar ppearson111 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

designablex's Issues

9 code errors

hi brother,

I've coded the FloatingActionButton as you coded

`import UIKit

class FloatingActionButton: UIButtonX {

override func beginTracking(_ touch: UITouch, with event: UIEvent?) -> Bool {

    UIView.animate(withDuration: 0.3, animations: {
        if self.transform == .identity {
            self.transform = CGAffineTransform(rotationAngle: 45*(.pi/ 180))
        } else {
            self.transform = .identity
        }
    })
    
 return super.beginTrcking(touch,with: event)
}

override func endTracking(_ touch: UITouch?, with event: UIEvent?) {
}

}`

but i got a 9 code errors, i've analysed the files which i downloaded from your github and ovserved there is one missing file which is ( UIViewXRotatable.swift ).

could you please upload this file, it might be this is the issue.

Designables Build Failed

Hello, I just added it to my project, I am trying to do the gradient thingy, however when I add the view and selectra UIViewX under it it says 'Designables Build Failed' I ignore It and select my first and 2nd colour but nothing happens.

UIButtonX tapping in quick succession

Love your designable UI classes! Wondering if you've noticed what I'm seeing... when creating a button and setting it's class to UIButtonX, the resulting button can't respond to button taps that are done in quick succession; seems like there is a period of animation or something going on where the button doesn't respond to all of the taps. If I slow down the tapping to about 1 or 2 taps per second, then it seems to respond ok.

Permanently failing to build

Put simply, the project (DesignableXTesting) doesn't build and all custom objects remain normal. I was browsing it to see what I could do with these Designables, but it won't build. No errors, no nothing. I click refresh all views and it just fails. Why?

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.