Skip to content

Instantly share code, notes, and snippets.

View selahattincincin's full-sized avatar
🐝
Early bird

Selahattin ÇİNÇİN selahattincincin

🐝
Early bird
View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Thomas Davis",
"label": "Web Developer",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"summary": "I’m a full stack web developer who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who priotizes user feedback first and foremost. I'm generally very flexible when investigating new roles. ",
"website": "https://lordajax.com",
class EmptyStateView: UIView {
private lazy var messageLabel: UILabel = {
let label = UILabel()
label.text = "No one here...."
label.translatesAutoresizingMaskIntoConstraints = false
label.font = .systemFont(ofSize: 24, weight: .black)
label.textAlignment = .center
label.numberOfLines = 2