Pinned Loading
-
-
-
RingOfCircles
RingOfCircles PublicSwift implementation of a Ring of Circles animation, inspired by https://twitter.com/InfinityLoopGIF/status/1101584983259533312
Swift 1
-
Shell Script to show warning if a so...
Shell Script to show warning if a source file exceeds a certain number of lines. (Add this Run Script in your Build Phase) 1#This Shell script will spits out a warning if a source file exceeds a certain number of lines. (in this sample 200 lines)#
2find "${SRCROOT}" \( -name "*.h" -or -name "*.m" \) -print0 | xargs -0 wc -l | awk '$1 > 200 && $2 != "total" { print "Warning " $NF " file has more than 200 lines" }'
3#eg#
4#Warning Projects/SamplePOC/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m file has more than 200 lines#
-
clearXcodeConsoleLogs
clearXcodeConsoleLogs 1tell current application
2activate
3tell application "System Events"
4keystroke "k" using command down
5end tell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.