Skip to content

Instantly share code, notes, and snippets.

View rswnn's full-sized avatar
🦁

Riswan Ardiansah rswnn

🦁
View GitHub Profile
@rswnn
rswnn / UIView+AutoLayout.swift
Created November 4, 2024 19:17 — forked from orgmir/UIView+AutoLayout.swift
UIView extension with AutoLayout helpers to simplify your code layout creation
//
// UIView+AutoLayout.swift
//
// Created by Luis Ramos on 21/6/17.
// Copyright © 2017 All rights reserved.
//
import UIKit
extension UIView {
@rswnn
rswnn / media-query.css
Created January 9, 2020 06:20 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS