Skip to content

while (true) { }

notes from a developer, tutorials, how-to, ideas

Tag: github

Posted on 15 February 202112 February 2021

iOS – Fake GPS position: how to use and prevent

ios fake gps position

Very often a lots of iOS applications use your gps position to retrieve data or to lock / unlock contents positions based.

With Android you can use lots of apps called Fake GPS or similar that allow you to change your real gps position with a mocked one.

On Android development side this can be blocked checking via code the:

Continue reading “iOS – Fake GPS position: how to use and prevent”
Posted on 10 November 20196 March 2020

Use multiple GIT accounts on same machine / macOS

The problem_

In my personal case I use three different git services for store / share my personal / work code:

  1. Github // my blog code, free open sources code
  2. Gitlab // my work code, on-premise installation
  3. Bitbucket // my personal code, free private repo

Every service uses different SSH keys to use. Must be configured separately.

Continue reading “Use multiple GIT accounts on same machine / macOS”
Posted on 26 November 201525 May 2018

[Objc] UIButton with rounded corners (IBInspectable)

APRoundedButton is a simple XIB/Storyboard extension to make rounded custom buttons, without writing one line of code, now using IBInspectable.

Continue reading “[Objc] UIButton with rounded corners (IBInspectable)”

Posted on 11 April 201425 May 2018

[ObjC] UIButton with rounded corners

APRoundedButton is a simple XIB/Storyboard extension to make rounded custom buttons, without writing one line of code!

Requirements

  • ARC
  • iOS 7+
  • Xcode 5

How to use

Continue reading “[ObjC] UIButton with rounded corners”

Posted on 16 December 201124 May 2018

Win a Paid GitHub Account!

Great idea!
Follow this link: http://appsumo.com/~_z6T and you can win a paid account for Github!

Continue reading “Win a Paid GitHub Account!”


Recent Posts

  • Swift – Simple full screen loader 11 August 2022
  • macOS – Disable microphone while typing 11 April 2022
  • iOS – Secure app sensitive information 25 March 2022
  • DIY: Hack Weward for iOS 8 March 2022
  • Swift – Circular button bubbles with gravity 26 November 2021
  • Swift – Have fun with GravityBehavior and DynamicAnimator 19 November 2021

Archives

Proudly powered by WordPress