Skip to content

Title View issue #148

Description

@kunalprsd22

I have set you title view function but it is raising the issue & auto increasing the width of segment on every scroll.

func getSegmentTabWithImage(_ imageName: String) -> UIView {

	let view = UIImageView()
	view.frame.size.width = 100
	view.image = UIImage(named: imageName)
	view.contentMode = .scaleAspectFit
	view.backgroundColor = .white
	return view
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions