gguan / homemade

drink&cake recipe
1 stars 0 forks source link

StepView 实现 #23

Closed gguan closed 11 years ago

gguan commented 11 years ago

你有时间的话把stepview做完吧,素材图片应该都在里面了。

有一个变化是,图片和文字说明的比例是动态变化的,首先计算文字的行数,然后算出textview的高度,剩下的高度留给图片。这样防止textview空白面积太大。

07

gguan commented 11 years ago

如果文字view有tranform问题的话,可以试着用一下这个https://github.com/mattt/TransformerKit 可以把文字转换成图片

rixardxxd commented 11 years ago

不过图片如果动态的话会有拉伸效果 应该不会太自然吧?

Sent from my iPhone

On Jun 4, 2013, at 4:01 AM, Guan Guan notifications@github.com wrote:

你有时间的话把stepview做完吧,素材图片应该都在里面了。

有一个变化是,图片和文字说明的比例是动态变化的,首先计算文字的行数,然后算出textview的高度,剩下的高度留给图片。这样防止textview空白面积太大。

— Reply to this email directly or view it on GitHub.

rixardxxd commented 11 years ago

我想起来了,上传照片的那个我就是从anypic上找的。你看看那个project得了。我写的那个跟anypic差不多,而且多了很多上传声音等没用的功能。

On Jun 4, 2013, at 4:50 PM, Guan Guan wrote:

如果文字view有tranform问题的话,可以试着用一下这个https://github.com/mattt/TransformerKit 可以把文字转换成图片

— Reply to this email directly or view it on GitHub.