hicodelineHow to solve the exit button in Xcode doesn’t appear?This is a simple problem, but sometimes we get stuck unable to find a solution. I have a problem like you, but it’s already solved.Nov 20, 20221
Francisco Samuel da Silva MartinsBuilding a Custom Component with XIB (iOS)One of the most exhausting tasks in computing is when you need to rebuild something that has already been done before, usually letting to…Mar 21, 20221
Jackie WangHow to create a custom reusable UIView by xibIf your project is build in storyboard and you want to create a reusable custom view, what do you do?Jun 7, 20211Jun 7, 20211
Francisco Samuel da Silva MartinsDifference between Nib and Xib (iOS)To understand this difference, it is important to have basic comprehension of the 2 frameworks used in iOS development:Mar 7, 2022Mar 7, 2022
hicodelineHow to solve the exit button in Xcode doesn’t appear?This is a simple problem, but sometimes we get stuck unable to find a solution. I have a problem like you, but it’s already solved.Nov 20, 20221
Francisco Samuel da Silva MartinsBuilding a Custom Component with XIB (iOS)One of the most exhausting tasks in computing is when you need to rebuild something that has already been done before, usually letting to…Mar 21, 20221
Jackie WangHow to create a custom reusable UIView by xibIf your project is build in storyboard and you want to create a reusable custom view, what do you do?Jun 7, 20211
Francisco Samuel da Silva MartinsDifference between Nib and Xib (iOS)To understand this difference, it is important to have basic comprehension of the 2 frameworks used in iOS development:Mar 7, 2022
Manasa M PDifferent way of creating UIViews in SwiftYou can create custom view using one of the way mentioned in below.Dec 10, 20202
Agnel SelvanHow to make your .xib your root navigationIn this blog, we will be focusing on removing the .storyboard and making .xib your root navigation.Jan 4, 2022
Kuang Lin3 ways to Custom Cell with XibThere are ways to create custom cell in UITableView or UICollectionViewMay 23, 2019