Tb

Results 11 issues of Tb

Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules,Xcode version 11.4.1, How fix it?

你好,看了你的这篇文章,因为项目没有用约束,而且要点击表头,就可以展开cell,所以自己照着你的实现思路实现了一下, 自定义了cell,然后再cell下放了一个view,包含了侧滑,漏出的菜单,然后再自定义cell上添加了一个拖拽手势, 但现在遇到了一个问题,就是一滚动tableview时,就会进行侧滑,漏出少许菜单,导致滚动卡住,求教解决思路,万分感谢

下载进度提示MJProgressView的高度,为啥为2,没看到你设置高度呀!只看懂了调用progress的set方法中再调用绘图,设置颜色与宽度。

https://user-images.githubusercontent.com/11678386/160114356-8b3c629d-0d7c-44ea-81df-3270f47abb02.mp4 奇怪,一样的代码,另外一个界面,都不会 也在基类控制器写了下面代码,还是会出现 override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) { super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil) self.gk_statusBarStyle = .lightContent }

I click the link https://gtrend.yapie.me/repositories?language=&since=daily, that chrom show SSL certificate verification failed, please fix the issue

I clone this project, find flutter version too old ,so that can't run normally. so please updrade flutter version to 3.0

1. update了flutter version '>=3.0.1

首先感谢大佬无私的code输出,基于原有code基础上调试,能正常运行的代码 > [源码地址](https://github.com/tangbing/github_client) ![Simulator Screen Shot - iPhone 13 - 2023-06-10 at 10 54 24](https://github.com/wendux/flutter_in_action_source_code/assets/11678386/fa2c0714-21fe-455f-8c43-739a39072b6a) ![Simulator Screen Shot - iPhone 13 - 2023-06-10 at 10 54 28](https://github.com/wendux/flutter_in_action_source_code/assets/11678386/5dfa02b9-6e2a-4ba4-aaff-06ce11531e22) ![Simulator Screen Shot...

Launching lib/main.dart on iPod touch (7th generation) in debug mode... Running Xcode build... Xcode build done. 25.3s Failed to build iOS app Error (Xcode): ../../.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has...

按照代码示例敲了下来,却发现获取数据后,状态无法更新,数据不能显示,但是检查代码,发现是一样的,求解, 本地环境futter sdk version 3.13.9, dart version 3.1.5? ``` Future fetchData() async { String url = 'https://wpapi.ducafecat.tech/products'; Response response = await Dio().get(url); List list = []; print(response.data); for (var item...