Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Documentation] Skeleton view when added programatically in UITableViewCell #276
Comments
|
This might be relevant for you: |
|
@anoop4real , you save me a lot of time |
|
Hi, good idea I'm going to specify this in the README file. More people could be having this problem |
|
Hi, the README file has been updated including this info You can check it here: https://github.com/Juanpe/SkeletonView#-collections |
|
Great |
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties
onandoff. Finally found that when you add elements in UITableViewCell you should add it tocontentViewand not to thecellieIt would be great if you add this as a note to the documentation (I couldnt find it, may be its already there :) )