Skip to content
View ahbo's full-sized avatar
🔥
Fire!
🔥
Fire!

Block or report ahbo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahbo/README.md

AhBo's Dev Card

Pinned Loading

  1. How to resign an .ipa with a new CFB... How to resign an .ipa with a new CFBundleIdentifier and certificate
    1
    //How to resign an .ipa with a new CFBundleIdentifier and certificate
    2
    
                  
    3
    /*
    4
    Assumptions
    5
    1.  .ipa filename is app.ipa
  2. Define any View to GradientView and ... Define any View to GradientView and set the inspectable values to see the result. You can change the number of locations and colors as you want.
    1
    //
    2
    
                  
    3
    import UIKit
    4
    
                  
    5
    @IBDesignable
  3. Making views keyboard aware. Add thi... Making views keyboard aware. Add this class to your project then in the Storyboard, create a bottom constraint for the View and in the Identity Inspector, change its class to KeyboardLayoutConstraint. Done.
    1
    //
    2
    
                  
    3
    import UIKit
    4
    
                  
    5
    #if !os(tvOS)
  4. Custom UIPageControl class that can ... Custom UIPageControl class that can be used in Storyboard/Xib, fill the inspectables values and run.
    1
    //
    2
    
                  
    3
    import UIKit
    4
    
                  
    5
    @IBDesignable