Skip to content

CSPDeveloperCellModern

Dana Buehre edited this page Mar 26, 2019 · 1 revision
<dict>
	<key>cell</key> <!-- required -->
	<string>PSLinkCell</string>
	<key>cellClass</key> <!-- required -->
	<string>CSPDeveloperCellModern</string>
	<key>action</key> <!-- optional -->
	<string>openInBrowser:</string> <!-- action to run when tapping cell -->
	<key>username</key> <!-- required -->
	<string>CreatureSurvive</string> <!-- twitter or github username -->
	<key>provider</key> <!-- required -->
	<string>github</string> <!-- twitter or github -->
	<key>height</key> <!-- optional -->
	<real>81</real> <!-- manually set height of cell (auto sizes to fit content if not explicitly set) -->
	<key>imageSize</key> <!-- (auto sizes to fit cell if not explicitly set) -->
	<real>44</real> <!-- manually set the image size -->
	<key>label</key> <!-- optional (recommended) -->
	<string>CreatureSurvive</string> <!-- primary label for cell -->
	<key>sublabel</key> <!-- optional -->
	<string>Dana Buehre\nDeveloper/Designer</string> <!-- add additional lines with '\n' -->
</dict>

Clone this wiki locally