tushar666

Results 5 comments of tushar666

Go to Project Targets -> Build Settings. Under that, - Change [Architectures] to "Standard architectures(armv7, arm64) - ..." - Below that Keep the value of Debug = Yes and Release...

The issue was coz of this below line, on commenting it working now, but not with the below line when in use. //mainImageView.activityIndicator = DefaultActivityIndicator(style: .gray, color: .white)

> CardHolderView Can you explain it a bit simpler, unable to understand your scenario. My case: Storyboard: - ParentView - CarouselView (is inside the ParentView) And then Programmatically I am...

> `CardHolderView` is an additional view I create and instantiate whose sole purpose is to hold the actual view to show. > > So rather than instantiating and returning the...