Skip to content

Title View issue #148

@kunalprsd22

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
}

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