jerry
Results
2
comments of
jerry
Like this: enum TestType: String { case test1 = "1" case test2 = "2" } func TestViewController(taskType: TestType) -> String { return "thor://workflow/unprocessed/review/feedbackpage/\(taskType)" } can it work when I want...
> @jcbernabe > > > As per checking based on @FunnyCoderWang 's comment. I noticed that when using a customView the height of contentView is zero. I think that's why...