Fresh Beginning
  • Home
  • Speaking
  • Reading
  • Github
  • Alma Mater
  • Contact
Subscribe
Tagged

Custom

A collection of 3 posts

Custom Alignments in SwiftUI
custom alignment

Custom Alignments in SwiftUI

SwiftUI offers a novel way to lay out views in iOS apps. Unlike an explicit constraint system where you clearly specify how you want to layout views with respect to each other's leading, trailing, or center edges, SwiftUI offers a more subtle way to arrange views instead of going into

  • Jayesh Kawli
Jayesh Kawli May 9, 2022 • 7 min read
Creating Custom Operators in Swift with Generics
iOS

Creating Custom Operators in Swift with Generics

Swift introduced us to a new era of custom operators. Unlike Objective-C, it allows us to define our own operators and perform operator overloading on existing operators if necessary. We will see both of them in detail in today's article. Custom operators can provide excellent clarity and flexibility down the

  • Jayesh Kawli
Jayesh Kawli Feb 7, 2017 • 6 min read
iOS

Custom Selected view for UITableViewCell

How to make custom selected background view for UITableViewCell. Recently I came across interesting problem where we were supposed to show multiple choice question format in UITableView. When user selected a cell, the bullet image for that cell would get toggled on/off based on select/deselect action. However, what

  • Jayesh Kawli
Jayesh Kawli Sep 30, 2015 • 1 min read
Fresh Beginning © 2022
Powered by Ghost