o1xhack

Results 7 issues of o1xhack

之前都是使用的 div 进行居中文本,中间使用 md 进行超链接 ``` [开发者](http://o1xhack.com/dev/) | [尝新者](http://o1xhack.com/new/) | [生活者](http://o1xhack.com/life/) ``` 现在居中里的 md 超链接全部失败,直接显示原文本

### New Issue Checklist - [x] I read the [documentation](https://github.com/JoniVR/VerticalCardSwiper). - [x ] I searched for [existing GitHub issues](https://github.com/JoniVR/VerticalCardSwiper/issues). - [x ] I searched Google for a solution to my...

question

通过以下代码,成功实现了弧度,但是因为我设定的所有界面底色都是黑色,设定完后,弧度空余地方全部为白色。 segmentedView.roundCorners([.topLeft, .topRight], radius: 22) 最外的 view 和 segmentedView,pagingview 设定 background color 都是黑色。 实现后如下图: ![image](https://user-images.githubusercontent.com/10677990/109469138-994d3380-7aa8-11eb-9df9-1ab4f03f9b20.png)

## New issue checklist - [x ] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [ x] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [x...

Hi, I need with Swift version. I know how to do this with the UIAlertView. I have functio to track: ``` func nameFieldDidChange(_ textField:UITextField){ self.currentAction.isEnabled = (textField.text?.characters.count)! > 0 }...

以下是我尝试了的方式: 我在 `func columnWidth(atSection section: Int) -> CGFloat {` 方法中,改写了 column height 举例:我想要两个竖列,第一个竖列占据整个屏幕的 60%, 第二个占据40%,其中去掉间距3 改写后的确成功实现了但是有一个比较麻烦的问题。 因为是根据图片的尺寸/比例 & 竖列宽度来计算高度,才可以实现动态高度。所以一排两张都有了照片后,下一张照片是在下一排的左边还是右边是不固定的,请看图 ![image](https://user-images.githubusercontent.com/10677990/108811198-c94b9100-75e7-11eb-98ae-539df4089514.png) 我理解他这个排序的依据是什么,但是没有找到办法能很好的实现 两个竖列固定 60% 40%, 图片根据竖列宽度计算高度排列的方式。 不知道你有没有什么建议?

![CleanShot 2020-12-28 at 15 45 54](https://user-images.githubusercontent.com/10677990/103198646-cbfd7300-4923-11eb-8b5a-1a1db1aa1a40.jpg) Got some error when building. BTW, seems don't need the POD INSTALL anymore? The README might be outdated