Virgilio Favero Neto
Virgilio Favero Neto
@iaomw, set all the constrains of your label and at the end set the contentView's bottom to match the label's bottom ``` Swift self.contentView.addSubview(label) constrain(label) { view in let superview...
Just make sure that the content view has the correct constraints are in place ``` Swift self.contentView.translatesAutoresizingMaskIntoConstraints = false constrain(self.contentView) { view in let superview = view.superview! view.top == superview.top...
@iaomw, you'll need to inspect your view hierarchy and try to understand what is going wrong there. There is probably one or more constraints missing. Tools like http://revealapp.com/ can help...
@Mma2s I'll assume you are a little lost and your questions is legit. First of all, your question is a generic swift question that has nothing to do with this...
@caohrong If you need to get the height of one specific cell, than you might need to create that cell and query it's height, given the current constraints. If you...
This question would be more appropriate on Stack Overflow, where you could get help from more people that just the ones watching the issues in this repo. Analogous to the...
Hi @wokalski, that’s awesome. Let’s do it! First create an org. No payment method required as there is no need for that. All the projects will be open source. You...
For the Diff pod, you’ll need to go to the terminal and get into the folder of your local Diff repo, and you’ll add member to that pod. `pod trunk...
@wokalski if you transfer the repo, Github will handle the redirection, for both web visits and also git interactions, if that's what you're worried about, and by being the org...
Cool! @tonyarnold let me know if you need help with anything