๐
At the Office.
Fullstack Dev.
-
Probus Technologies
- Lagos, Nigeria
- https://www.linkedin.com/in/olaoluwani-onafowope
Pinned Loading
-
-
-
tommymcglynn/mortgage-calculator-react
tommymcglynn/mortgage-calculator-react PublicMortgage Calculator as a React component.
-
Simple Alamofire Calls in Swift 4
Simple Alamofire Calls in Swift 4 1import Alamofire
23func makeGetCallWithAlamofire() {
4let todoEndpoint: String = "https://jsonplaceholder.typicode.com/todos/1"
5Alamofire.request(todoEndpoint)
-
FloatingAnimationEffect.swift
FloatingAnimationEffect.swift 1func bouncingEffect(viewToBounce: UIView) {
2UIView.animate(withDuration: 3.0, delay: 0.0, options: UIView.AnimationOptions.curveEaseIn, animations: {
3viewToBounce.center = CGPoint(x: viewToBounce.center.x, y: viewToBounce.center.y + 10)
4}, completion: { (success) in
5UIView.animate(withDuration: 3.0, delay: 0.0, options: UIView.AnimationOptions.curveEaseOut, animations: {
-
URLSession Calls in Swift 4
URLSession Calls in Swift 4 1func makeGetCall() {
2// Set up the URL request
3let todoEndpoint: String = "https://jsonplaceholder.typicode.com/todos/1"
4guard let url = URL(string: todoEndpoint) else {
5print("Error: cannot create URL")
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.