Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with overlapping Layout. #56

Closed
iraycd opened this issue Jul 30, 2016 · 4 comments
Closed

Need help with overlapping Layout. #56

iraycd opened this issue Jul 30, 2016 · 4 comments

Comments

@iraycd
Copy link

iraycd commented Jul 30, 2016

  • Grey Area is a Background Image. I am thinking to use UIImageView.
  • Circles are the Users Images: UIImageView and is limited to four user images only.

ne

@s4cha
Copy link
Member

s4cha commented Jul 31, 2016

@iraycd sv just being a shortcut for addSubview , you need to set the view hierarchy in the right order like so

sv(
  backgroundImage,
  title,
  image1,
  image2,
  image3,
  image4,
  detail
)

Cheers,

@iraycd
Copy link
Author

iraycd commented Aug 1, 2016

@s4cha I have done that.

But, I am stuck in overlapping (image1,image2,image3,image4) inside the layout.
How do I do that. Background can be done using. #36

But, UIImageView overlapping on top of other is a trouble.

@s4cha
Copy link
Member

s4cha commented Jan 21, 2017

Hi @iraycd

From what I see you could layout the images like so :

|image1
image2.Left == image1.CenterX
image3.Left == image2.CenterX
image4.Left == image3.CenterX
image4|

All the images would be contained in a centered container view

Please excuse the late reply,

@s4cha
Copy link
Member

s4cha commented Jun 14, 2017

closing for lack of activity

@s4cha s4cha closed this as completed Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants