-
Notifications
You must be signed in to change notification settings - Fork 1.1k
FBShimmeringView with translatesAutoresizingMaskIntoConstraints
set to NO
#21
Comments
The latest commit should fix this. It's not yet available in Cocoapods, but could you let me know if it works with that commit manually included? |
@grpaul Looks good on master 👍 |
You will need to make sure the shimmering view fills the full area you want Sent from my iPhone On May 2, 2014, at 4:19 PM, barty82 notifications@github.com wrote: I'm still having a hard time with auto-layout, do I have to add set of [image: screen shot 2014-05-02 at 4 18 08 — |
If I'm using Auto Layout on an
FBShimmeringView
, it doesn't seem to work. It appears to work only when initialized with an explicitframe
.This may be a non-issue and a necessary requirement of the library, but I'm just wondering if there are workarounds. I would like to center a shimmering view, and using rects isn't a great experience.
Thanks!
The text was updated successfully, but these errors were encountered: