Skip to content

Lantean

Thoughts

Author Archives: lantean

Until the Beginning and End…

… blur into something called… Until we Meet Again (…)

Like this:

Like Loading...
Posted bylanteanNovember 29, 2016April 11, 2017Posted inOSX

Profiling: Swift Compile Time

xcodebuild -scheme TARGET clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" | grep .[0-9]ms | grep -v ^0.[0-9]ms | sort -nr > culprits.txt

Reference Here

Like this:

Like Loading...
Posted bylanteanOctober 6, 2016April 11, 2017Posted iniOS, OSX

Xcode 8: Disabling Networking Logs

Xcode 8 seems to be printing, for whatever reason, lots and lots of extra debug information.
We can shut it down by means of an environment variable:

OS_ACTIVITY_MODE = disable

Reference Here

Like this:

Like Loading...
Posted bylanteanSeptember 17, 2016April 11, 2017Posted iniOS, OSX

Removing SSL Private Key Passwords

Yes. Again! For future self reference:

openssl rsa -in encrypted.key -out unencrypted.key

Like this:

Like Loading...
Posted bylanteanSeptember 9, 2016April 11, 2017Posted inSecurity

UITextView + Intrinsic Content Size

Note to future self: the trick to get intrinsicContentSize to properly work, in UITextView instances, is to simply disable scrolling in the UITextView instance.

That way… the intrinsic size will be properly calculated.

Like this:

Like Loading...
Posted bylanteanAugust 29, 2016April 11, 2017Posted iniOS

Posts pagination

Newer posts 1 … 13 14 15 16 17 … 51 Older posts
SF Muebles de Oficina WordPress
  • GIT Help!
%d