Another

Results 25 issues of Another

![image](https://user-images.githubusercontent.com/9425605/176999245-8868590c-3821-42b8-8796-3a302b302e62.png) 但是我看在preload的index.ts中, 是可以正常import的. 所以求教这是为什么? 多谢多谢! ![image](https://user-images.githubusercontent.com/9425605/176999255-a5d3d10c-2eba-4e1b-8564-82eb30b1901a.png)

![image](https://user-images.githubusercontent.com/9425605/53784292-bf8a7800-3f4f-11e9-93bc-e472e862f631.png)

Mongo4idea is perfect except text view mode. DataGrip have supported.

1.自定义view是一个collectionView,分享之前一切正常 2.分享之后,collectionView消失了,更奇怪的是,我取消掉,然后重新初始化这个sheet,collectionView也不存在 3.如果我在点击分享跳出到其他App之前把sheet close掉,那么回来之后,整个window就变的不能点击了.App就没法继续用了.

1. 将alertViewOriginY和alertViewEdging替换为alertViewWidth, alertViewHeight和alertViewCenter三个属性, 使对位置的控制更加灵活 2. 对layout,属性值及frame依次进行判断,保证AlertView可以从最合适位置show出来. 3. 隐藏后设置_alertView.transform = CGAffineTransformIdentity; 否则会有无限缩小View的情况出现.

这是一个必备的需求吧, #38 这个问题已经被提了很久了, 但是没有人解决一下, 为什么呢?

I create class RJPreferences : PAPreferences and class TestPreferences: RJPreferences,. Error:-[TestPreferences setIpAddress:]: unrecognized selector sent to instance 0x1c42230c0

typedef NS_ENUM(NSUInteger, RJCountryEnum) { RJCountryEnum_China, RJCountryEnum_Usa, }; then I call: kUserManager.country = RJCountryEnum_Usa; error: [RJPreferences setCountry:]: unrecognized selector sent to instance 0x1c0224e20

另外,NSString-Emoji不再维护了,希望作者继续维护下去. 希望能支持CocoaPods,期待更新.

leftRowChooseEnable如果设置为NO且存在两级菜单,则左边的row不再具有类似item的点击效果,点击左边只刷新_rightTableView数据. 不过关于该column是否存在二级菜单的判断,我自认为我写的有点不优雅,但是目前只想到这一个判断的办法,如果觉得不妥,请修改,多谢!