iOS - Add vertical line programatically inside a stack view

后端 未结 10 910
悲哀的现实
悲哀的现实 2020-12-25 09:04

I\'m trying to add vertical lines, between labels inside a stack view all programatically.

The desired finish will be something like this image:

I c

10条回答
  •  余生分开走
    2020-12-25 09:21

    a nice cocoa-pod that do the job pretty well. It uses Swizzeling, well coded.

    https://github.com/barisatamer/StackViewSeparator

提交回复
热议问题