Update as of 8.08.2021:
- Hid the bookmarks bar and fine-tuned some header styles.
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.
| // | |
| // TimingFunction.swift | |
| // | |
| // Created by tcldr on 04/11/2018. | |
| // https://github.com/tcldr | |
| // Copyright © 2018 tcldr. | |
| // | |
| // Permission is hereby granted, free of charge, | |
| // to any person obtaining a copy of this software and | |
| // associated documentation files (the "Software"), to |
Update as of 8.08.2021:
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.
| import UIKit.UIGestureRecognizerSubclass | |
| class ForcePanGestureRecognizer : UIPanGestureRecognizer { | |
| private(set) var force = CGFloat(0) { | |
| didSet { | |
| if force > maxForce { | |
| maxForce = force | |
| } | |
| } |
| NSURLConnection | NSURLSession | |
| ------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------- | |
| NSURLConnectionDelegate connectionShouldUseCredentialStorage: | | |
| ------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------- | |
| NSURLConnectionDelegate connection:willSendRequestForAuthenticationChallenge: | NSURLSessionDelegate URLSession:didReceiveChallenge:completionHandler: | |
| | N |