Skip to content
#

placeholder

Here are 284 public repositories matching this topic...

anoop4real
anoop4real commented Mar 13, 2020

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 on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th

drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

dkwl93
dkwl93 commented Dec 5, 2019

Example,

import React from 'react'
import { View } from 'react-native'
import ShimmerPlaceHolder from 'react-native-shimmer-placeholder'

const SomeComponent = () => (
  <View style={{ flex: 1 }}>
    <ShimmerPlaceHolder style={{ height: 60, alignSelf: 'stretch' }} />
  <View />
)

Expected outcome

  • A shimmer placeholder is shown with height of 60 and width = width of screen

Improve this page

Add a description, image, and links to the placeholder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the placeholder topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.